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 1715 by gezelter, Tue May 22 21:55:31 2012 UTC vs.
Revision 1839 by gezelter, Fri Jan 25 15:21:04 2013 UTC

# Line 72 | Line 72 | namespace OpenMD {
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