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 323 by tim, Sun Feb 13 15:56:10 2005 UTC vs.
Revision 324 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 54 | Line 54 | typedef std::pair<int, int> SnapshotBlock;
54   * @class BlockSnapshotManager
55   * @todo document
56   */
57 < class BlockSnapshotMananger : public SnapshotManager{
57 > class BlockSnapshotManager : public SnapshotManager{
58  
59      public:
60 <        BlockSnapshotMananger(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2);
61 <        ~BlockSnapshotMananger();
60 >        BlockSnapshotManager(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2);
61 >        ~BlockSnapshotManager();
62          
63          virtual Snapshot* getSnapshot(int id) { return snapshots_[id]; }
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines