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