mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Update particlesDict
Particles order changed from (z y x) to (x y z)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user