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

Comparing branches/development/src/primitives/StuntDouble.cpp (file contents):
Revision 1710 by gezelter, Fri May 18 21:44:02 2012 UTC vs.
Revision 1839 by gezelter, Fri Jan 25 15:21:04 2013 UTC

# Line 70 | Line 70 | namespace OpenMD {
70        setTrq(V3Zero);
71      if (sl & DataStorage::dslParticlePot)
72        setParticlePot(0.0);
73 +    if (sl & DataStorage::dslFlucQForce)
74 +      setFlucQFrc(0.0);
75 +    if (sl & DataStorage::dslElectricField)
76 +      setElectricField(V3Zero);
77    }
78    void StuntDouble::addProperty(GenericData* genData) {
79      properties_.addProperty(genData);  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines