--- branches/development/src/primitives/StuntDouble.cpp 2012/05/22 21:55:31 1715 +++ branches/development/src/primitives/StuntDouble.cpp 2013/01/25 15:21:04 1839 @@ -72,6 +72,8 @@ namespace OpenMD { setParticlePot(0.0); if (sl & DataStorage::dslFlucQForce) setFlucQFrc(0.0); + if (sl & DataStorage::dslElectricField) + setElectricField(V3Zero); } void StuntDouble::addProperty(GenericData* genData) { properties_.addProperty(genData);