Update particlesDict
Changed the rotVelocity to rVelocity.
This commit is contained in:
parent
e4915140ee
commit
1d61b87ad4
|
@ -20,7 +20,7 @@ setFields
|
|||
// linear acceleration (m/s2)
|
||||
acceleration realx3 (0 0 0);
|
||||
// rotational velocity (rad/s)
|
||||
rotVelocity realx3 (0 0 0);
|
||||
rVelocity realx3 (0 0 0);
|
||||
// name of the particle shape
|
||||
shapeName word sphere1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue