--- branches/development/src/brains/BlockSnapshotManager.cpp 2011/11/22 20:38:56 1665 +++ branches/development/src/brains/BlockSnapshotManager.cpp 2012/07/03 18:32:27 1764 @@ -227,6 +227,7 @@ namespace OpenMD { Snapshot* BlockSnapshotManager::loadFrame(int frame){ Snapshot* snapshot = new Snapshot(nAtoms_, nRigidBodies_, nCutoffGroups_, getStorageLayout()); snapshot->setID(frame); + snapshot->clearDerivedProperties(); /** @todo fixed me */ Snapshot* oldSnapshot = currentSnapshot_;