Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/mesh_boolean.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/mesh_boolean.cc b/source/blender/blenlib/intern/mesh_boolean.cc
index fffa37b935b..37205ecef41 100644
--- a/source/blender/blenlib/intern/mesh_boolean.cc
+++ b/source/blender/blenlib/intern/mesh_boolean.cc
@@ -2605,8 +2605,10 @@ static int find_cdt_edge(const CDT_result<mpq_class> &cdt_out, int v1, int v2)
return -1;
}
-/* Return the original edge id for the cdt output edge e_out, given that
- * the only input to CDT was face f. Pick the first, if there are several. */
+/**
+ * Return the original edge id for the CDT output edge e_out, given that
+ * the only input to CDT was face f. Pick the first, if there are several.
+ */
static int orig_edge_for_cdt_edge(const CDT_result<mpq_class> &cdt_out,
int cdt_e_out,
const Face *f)