ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/StuntDouble.cpp
(Generate patch)

Comparing trunk/src/primitives/StuntDouble.cpp (file contents):
Revision 1024 by tim, Wed Aug 30 18:42:29 2006 UTC vs.
Revision 1309 by gezelter, Tue Oct 21 18:23:31 2008 UTC

# Line 60 | Line 60 | namespace oopse {
60  
61    }
62  
63 <  void StuntDouble::zeroForcesAndTorques() {
63 >  void StuntDouble::zeroForcesAndTorques() {    
64      setFrc(V3Zero);
65      setTrq(V3Zero);
66 +    setParticlePot(0.0);
67    }
68    void StuntDouble::addProperty(GenericData* genData) {
69      properties_.addProperty(genData);  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines