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

Comparing branches/development/src/brains/BlockSnapshotManager.hpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1629 by gezelter, Wed Sep 14 21:15:17 2011 UTC

# Line 57 | Line 57 | namespace OpenMD {
57    class BlockSnapshotManager : public SnapshotManager{
58  
59    public:
60 <    BlockSnapshotManager(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2);
60 >    BlockSnapshotManager(SimInfo* info, const std::string& filename, int storageLayout, long long int memSize, int blockCapacity = 2);
61      ~BlockSnapshotManager();
62          
63      virtual Snapshot* getSnapshot(int id);
# Line 109 | Line 109 | namespace OpenMD {
109          
110      SimInfo* info_;
111      int blockCapacity_;
112 +    long long int memSize_;
113  
114      std::vector<Snapshot*> snapshots_;
115      std::vector<SnapshotBlock> blocks_;        
# Line 117 | Line 118 | namespace OpenMD {
118          
119      int nAtoms_;
120      int nRigidBodies_;
121 +    int nCutoffGroups_;
122      
123      DumpReader* reader_;
124      int nframes_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines