# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |