------------------------------------------------------------ revno: 2523 committer: Bruno Chareyre <[email protected]> branch nick: yade timestamp: Fri 2010-10-29 17:05:13 +0200 message: - Fix a typo (and test some launchpad+bazar logging feature...) modified: pkg/dem/ScGeom.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/ScGeom.hpp' --- pkg/dem/ScGeom.hpp 2010-10-27 10:14:05 +0000 +++ pkg/dem/ScGeom.hpp 2010-10-29 15:05:13 +0000 @@ -32,7 +32,7 @@ penetrationDepth=source.penetrationDepth; shearInc=source.shearInc; return *this;} - //!precompute values of shear increment and interaction rotation data. Update contact normal to the vurrentNormal value. Precondition : the value of normal is not updated outside (and before) this function. + //!precompute values of shear increment and interaction rotation data. Update contact normal to the currentNormal value. Precondition : the value of normal is not updated outside (and before) this function. void precompute(const State& rbp1, const State& rbp2, const Scene* scene, const shared_ptr<Interaction>& c, const Vector3r& currentNormal, bool isNew, const Vector3r& shift2, bool avoidGranularRatcheting=true); //! Rotates a "shear" vector to keep track of contact orientation. Returns reference of the updated vector.
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

