# | 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 | } | |
76 | void StuntDouble::addProperty(GenericData* genData) { | |
77 | properties_.addProperty(genData); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |