ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/BlockSnapshotManager.cpp
(Generate patch)

Comparing branches/development/src/brains/BlockSnapshotManager.cpp (file contents):
Revision 1763 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC

# 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_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines