--- trunk/src/primitives/StuntDouble.cpp 2015/03/07 16:59:57 2070 +++ trunk/src/primitives/StuntDouble.cpp 2015/03/07 21:41:51 2071 @@ -53,14 +53,11 @@ namespace OpenMD { StuntDouble::StuntDouble(ObjectType objType, DataStoragePointer storage) : objType_(objType), storage_(storage), snapshotMan_(NULL), - linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1), - globalIntegrableObjectIndex_(-1){ - } + linear_(false), linearAxis_(-1), globalIndex_(-1), + globalIntegrableObjectIndex_(-1), localIndex_(-1) {} - StuntDouble::~StuntDouble() { + StuntDouble::~StuntDouble() {} - } - void StuntDouble::zeroForcesAndTorques() { int sl = (snapshotMan_->getCurrentSnapshot()->*storage_).getStorageLayout();