diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index 49a26e76..4b2ef43e 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -54,6 +54,6 @@ positionParticles // number of particles in the simulation numPoints 20000; // axis order for filling the space with particles - axisOrder (z y x); + axisOrder (x y z); } }