Update particlesDict
Particles order changed from (z y x) to (x y z)
This commit is contained in:
parent
013764669b
commit
e504606a05
|
@ -54,6 +54,6 @@ positionParticles
|
||||||
// number of particles in the simulation
|
// number of particles in the simulation
|
||||||
numPoints 20000;
|
numPoints 20000;
|
||||||
// axis order for filling the space with particles
|
// axis order for filling the space with particles
|
||||||
axisOrder (z y x);
|
axisOrder (x y z);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue