yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11988
[Branch ~yade-pkg/yade/git-trunk] Rev 3636: Save relative rotations in ScGeom6D (unmark "nosave") since it is required for reloading correctly.
------------------------------------------------------------
revno: 3636
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Fri 2015-04-24 17:42:46 +0200
message:
Save relative rotations in ScGeom6D (unmark "nosave") since it is required for reloading correctly.
modified:
pkg/dem/ScGeom.hpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/ScGeom.hpp'
--- pkg/dem/ScGeom.hpp 2015-03-26 22:48:13 +0000
+++ pkg/dem/ScGeom.hpp 2015-04-24 15:42:46 +0000
@@ -73,8 +73,8 @@
((Quaternionr,initialOrientation1,Quaternionr(1.0,0.0,0.0,0.0),(Attr::readonly),"Orientation of body 1 one at initialisation time |yupdate|"))
((Quaternionr,initialOrientation2,Quaternionr(1.0,0.0,0.0,0.0),(Attr::readonly),"Orientation of body 2 one at initialisation time |yupdate|"))
((Quaternionr,twistCreep,Quaternionr(1.0,0.0,0.0,0.0),(Attr::readonly),"Stored creep, substracted from total relative rotation for computation of elastic moment |yupdate|"))
- ((Real,twist,0,(Attr::noSave | Attr::readonly),"Elastic twist angle (around :yref:`normal axis<ScGeom6D.normal>`) of the contact."))
- ((Vector3r,bending,Vector3r::Zero(),(Attr::noSave | Attr::readonly),"Bending at contact as a vector defining axis of rotation and angle (angle=norm)."))
+ ((Real,twist,0,(Attr::readonly),"Elastic twist angle (around :yref:`normal axis<ScGeom6D.normal>`) of the contact."))
+ ((Vector3r,bending,Vector3r::Zero(),(Attr::readonly),"Bending at contact as a vector defining axis of rotation and angle (angle=norm)."))
,
/* extra initializers */,
/* ctor */ createIndex();,