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

Comparing trunk/src/brains/BlockSnapshotManager.hpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1596 by gezelter, Mon Jul 25 17:30:53 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_;        

Comparing trunk/src/brains/BlockSnapshotManager.hpp (property svn:keywords):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1596 by gezelter, Mon Jul 25 17:30:53 2011 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines