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>2013-07-05 04:13:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-05 04:13:14 +0400
commit32e917be8d2d7b7a0649428cb4ff9f86e3ff785a (patch)
treee2c3c1d5caa18e2b3365979882d6666e3e34145b /source/blender/blenkernel/intern/particle_system.c
parent7132bfe66440c66ba494cbea7c4f1bca8e983f4e (diff)
correct typo in previous commit & minor changes.
Diffstat (limited to 'source/blender/blenkernel/intern/particle_system.c')
-rw-r--r--source/blender/blenkernel/intern/particle_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index 9840852ad7e..c9be73c4bd4 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -4313,7 +4313,7 @@ static void dynamics_step(ParticleSimulationData *sim, float cfra)
/* SPH_SOLVER_CLASSICAL */
/* Apply SPH forces using classical algorithm (due to Gingold
* and Monaghan). Note that, unlike double-density relaxation,
- * this algorthim is separated into distinct loops. */
+ * this algorithm is separated into distinct loops. */
#pragma omp parallel for firstprivate (sphdata) private (pa) schedule(dynamic,5)
LOOP_DYNAMIC_PARTICLES {