--- branches/development/src/primitives/StuntDouble.cpp 2012/05/18 21:44:02 1710 +++ branches/development/src/primitives/StuntDouble.cpp 2012/05/22 21:55:31 1715 @@ -70,6 +70,8 @@ namespace OpenMD { setTrq(V3Zero); if (sl & DataStorage::dslParticlePot) setParticlePot(0.0); + if (sl & DataStorage::dslFlucQForce) + setFlucQFrc(0.0); } void StuntDouble::addProperty(GenericData* genData) { properties_.addProperty(genData);