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

Comparing trunk/src/brains/BlockSnapshotManager.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 1105 by gezelter, Fri Dec 29 21:51:42 2006 UTC

# Line 67 | Line 67 | namespace oopse {
67        return blocks_.size();
68      }
69  
70 +    void needCOMprops(bool ncp) {
71 +      reader_->setNeedCOMprops(ncp);
72 +    }
73 +
74      SnapshotBlock getSnapshotBlock(int block) {
75        return blocks_.at(block);
76      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines