← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3627: Minor fix of previous commit (hyperlink)

 

------------------------------------------------------------
revno: 3627
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Thu 2015-03-26 16:48:13 -0600
message:
  Minor fix of previous commit (hyperlink)
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:33:06 +0000
+++ pkg/dem/ScGeom.hpp	2015-03-26 22:48:13 +0000
@@ -73,7 +73,7 @@
 		((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<ScGeom6D.normal> axis`) of the contact."))
+		((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)."))
 		,
 		/* extra initializers */,