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:
authorCampbell Barton <ideasman42@gmail.com>2021-02-25 08:34:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-25 08:34:50 +0300
commit0e1c6a29cbb21476d6913a592fb12e29bf700b43 (patch)
treea99372c3b50afa0d8ed76fd8638f7b409e7ae569 /source/blender/blenlib
parent94dc6ceaa78c360de9e3e9403b6f1fb73400aad0 (diff)
Cleanup: spelling
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)