yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06426
Unused state variables
Hi,
I was looking at the State class, and it seems to me some attributes (below) are not needed.
Any reason to not get rid of them?
Bruno
((Vector3r,accel,Vector3r::Zero(),,"Current acceleration."))
((Vector3r,angAccel,Vector3r::Zero(),,"Current angular acceleration"))
((Vector3r,refPos,Vector3r::Zero(),,"Reference position"))
((Quaternionr,refOri,Quaternionr::Identity(),,"Reference orientation"))
Follow ups