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 <campbell@blender.org>2022-01-10 05:47:12 +0300
committerCampbell Barton <campbell@blender.org>2022-01-10 05:47:12 +0300
commit74c896c0819bd95004b0b11925d51586570f980f (patch)
tree33a86b782f1a01eae342ac0145753912c0bcf114 /source/blender/simulation
parentc04d36e9220d21b4e814df35769def0361eda72e (diff)
Cleanup: typos in comments, remove libnumaapi reference
Diffstat (limited to 'source/blender/simulation')
-rw-r--r--source/blender/simulation/intern/hair_volume.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/simulation/intern/hair_volume.cpp b/source/blender/simulation/intern/hair_volume.cpp
index d4550eec5d6..f9b61fe9942 100644
--- a/source/blender/simulation/intern/hair_volume.cpp
+++ b/source/blender/simulation/intern/hair_volume.cpp
@@ -842,8 +842,8 @@ bool SIM_hair_volume_solve_divergence(HairGrid *grid,
}
/* Main Poisson equation system:
- * This is derived from the discretezation of the Poisson equation
- * div(grad(p)) = div(v)
+ * This is derived from the discretization of the Poisson equation:
+ * `div(grad(p)) = div(v)`
*
* The finite difference approximation yields the linear equation system described here:
* https://en.wikipedia.org/wiki/Discrete_Poisson_equation