From e504606a05cf737d27c1e5da13987af7e88a44f7 Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Sun, 26 Mar 2023 23:26:17 +0430 Subject: [PATCH] Update particlesDict Particles order changed from (z y x) to (x y z) --- tutorials/sphereGranFlow/toteblender/settings/particlesDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }