Update particlesDict

Particles order changed from (z y x) to (x y z)
This commit is contained in:
Omid Khosravi
2023-03-26 23:26:17 +04:30
parent 013764669b
commit e504606a05

View File

@ -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);
}
}