mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +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
|
// 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user