← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3644: CohesiveFrictionalInteractions: removed "nosave" flags for contact moments

 

------------------------------------------------------------
revno: 3644
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Thu 2015-04-30 16:43:53 +0200
message:
  CohesiveFrictionalInteractions: removed "nosave" flags for contact moments
modified:
  pkg/dem/CohesiveFrictionalContactLaw.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/CohesiveFrictionalContactLaw.hpp'
--- pkg/dem/CohesiveFrictionalContactLaw.hpp	2015-02-12 11:14:24 +0000
+++ pkg/dem/CohesiveFrictionalContactLaw.hpp	2015-04-30 14:43:53 +0000
@@ -66,8 +66,8 @@
 		((bool,initCohesion,false,,"Initialize the cohesive behaviour with current state as equilibrium state (same as :yref:`Ip2_CohFrictMat_CohFrictMat_CohFrictPhys::setCohesionNow` but acting on only one interaction)"))
 		((Real,creep_viscosity,-1,,"creep viscosity [Pa.s/m]."))
 		// internal attributes
-		((Vector3r,moment_twist,Vector3r(0,0,0),(Attr::noSave | Attr::readonly),"Twist moment"))
-		((Vector3r,moment_bending,Vector3r(0,0,0),(Attr::noSave | Attr::readonly),"Bending moment"))
+		((Vector3r,moment_twist,Vector3r(0,0,0),,"Twist moment"))
+		((Vector3r,moment_bending,Vector3r(0,0,0),,"Bending moment"))
 		,
 		createIndex();
 	);