------------------------------------------------------------ revno: 3878 committer: Anton Gladky <[email protected]> timestamp: Thu 2014-04-03 08:19:48 +0200 message: Minor description update. modified: pkg/dem/ViscoelasticPM.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/ViscoelasticPM.hpp' --- pkg/dem/ViscoelasticPM.hpp 2014-04-02 15:33:41 +0000 +++ pkg/dem/ViscoelasticPM.hpp 2014-04-03 06:19:48 +0000 @@ -63,9 +63,9 @@ const shared_ptr<Material>& b2, const shared_ptr<Interaction>& interaction); YADE_CLASS_BASE_DOC_ATTRS(Ip2_ViscElMat_ViscElMat_ViscElPhys,IPhysFunctor,"Convert 2 instances of :yref:`ViscElMat` to :yref:`ViscElPhys` using the rule of consecutive connection.", - ((shared_ptr<MatchMaker>,tc,,,"Contact time")) - ((shared_ptr<MatchMaker>,en,,,"Restitution coefficient in normal direction")) - ((shared_ptr<MatchMaker>,et,,,"Restitution coefficient in tangential direction"))); + ((shared_ptr<MatchMaker>,tc,,,"Instance of :yref:`MatchMaker` determining contact time")) + ((shared_ptr<MatchMaker>,en,,,"Instance of :yref:`MatchMaker` determining restitution coefficient in normal direction")) + ((shared_ptr<MatchMaker>,et,,,"Instance of :yref:`MatchMaker` determining restitution coefficient in tangential direction"))); virtual void Calculate_ViscElMat_ViscElMat_ViscElPhys(const shared_ptr<Material>& b1, const shared_ptr<Material>& b2, const shared_ptr<Interaction>& interaction, shared_ptr<ViscElPhys> phys); FUNCTOR2D(ViscElMat,ViscElMat); };
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

