--- branches/development/src/primitives/StuntDouble.cpp 2012/05/18 21:44:02 1710 +++ branches/development/src/primitives/StuntDouble.cpp 2013/01/25 15:21:04 1839 @@ -70,6 +70,10 @@ namespace OpenMD { setTrq(V3Zero); if (sl & DataStorage::dslParticlePot) setParticlePot(0.0); + if (sl & DataStorage::dslFlucQForce) + setFlucQFrc(0.0); + if (sl & DataStorage::dslElectricField) + setElectricField(V3Zero); } void StuntDouble::addProperty(GenericData* genData) { properties_.addProperty(genData);