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>2020-09-02 02:58:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-02 02:58:26 +0300
commit71aa3c864d20fb577c7c2aa94e756fcd88aaa795 (patch)
tree2c537fdd1accca7579fa0eff164b21e85e61e15f /source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
parentba188e7218994c250c30040670fb96e70f91dc80 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/tests/BLI_mesh_intersect_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_mesh_intersect_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc b/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
index 237905a1bf6..a8f05eedaaa 100644
--- a/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
+++ b/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
@@ -996,10 +996,10 @@ static void fill_grid_data(int x_subdiv,
static void spheregrid_test(int nrings, int grid_level, double z_offset, bool use_self)
{
- /* Make a uvsphere and a grid.
- * The sphere is radius 1, has nrings rings and 2 * nrings segs,
+ /* Make a uv-sphere and a grid.
+ * The sphere is radius 1, has `nrings` rings and `2 * nrings` segments,
* and is centered at (0,0,z_offset).
- * The plane is 4x4, has 2**grid_level subdivisions x and y,
+ * The plane is 4x4, has `2 ** grid_level` subdivisions x and y,
* and is centered at the origin. */
if (nrings < 2 || grid_level < 1) {
return;