yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #03384
[Branch ~yade-dev/yade/trunk] Rev 2023: (Add 2 more hyperlinks to ElasticContactLaw, once it serves as example for docs)
------------------------------------------------------------
revno: 2023
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-02-12 14:42:40 +0100
message:
(Add 2 more hyperlinks to ElasticContactLaw, once it serves as example for docs)
modified:
pkg/dem/Engine/GlobalEngine/ElasticContactLaw.hpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'pkg/dem/Engine/GlobalEngine/ElasticContactLaw.hpp'
--- pkg/dem/Engine/GlobalEngine/ElasticContactLaw.hpp 2010-02-09 16:50:30 +0000
+++ pkg/dem/Engine/GlobalEngine/ElasticContactLaw.hpp 2010-02-12 13:42:40 +0000
@@ -64,7 +64,7 @@
((int,sdecGroupMask,1,"Bitmask for allowing collision between particles :yref:`Body::groupMask`"))
((bool,neverErase,false,"Keep interactions even if particles go away from each other [for debugging?]"))
#ifdef SCG_SHEAR
- ((bool,useShear,false,"Use ScGeom::updateShear rather than ScGeom::updateShearForce for shear force computation."))
+ ((bool,useShear,false,"Use :yref:`ScGeom`::updateShear rather than :yref:`ScGeom`::updateShearForce for shear force computation."))
#endif
);
};