# | Line 227 | Line 227 | namespace OpenMD { | |
---|---|---|
227 | Snapshot* BlockSnapshotManager::loadFrame(int frame){ | |
228 | Snapshot* snapshot = new Snapshot(nAtoms_, nRigidBodies_, nCutoffGroups_, getStorageLayout()); | |
229 | snapshot->setID(frame); | |
230 | + | snapshot->clearDerivedProperties(); |
231 | ||
232 | /** @todo fixed me */ | |
233 | Snapshot* oldSnapshot = currentSnapshot_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |