ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/BlockSnapshotManager.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/BlockSnapshotManager.cpp (file contents):
Revision 2002 by tim, Sun Feb 13 06:57:48 2005 UTC vs.
Revision 2006 by tim, Sun Feb 13 08:05:33 2005 UTC

# Line 40 | Line 40
40   */
41   #include <algorithm>
42   #include "brains/BlockSnapshotManager.hpp"
43 < #include "utlis/physmem.h"
43 > #include "utils/physmem.h"
44   #include "brains/SimInfo.hpp"
45   #include "io/DumpReader.hpp"
46  
# Line 149 | Line 149 | Snapshot* BlockSnapshotManager::loadFrame(int frame){
149      return snapshot;
150   }
151  
152 + int BlockSnapshotManager::getNFrames() {
153 +    return reader_->getNFrames();
154   }
155 +
156 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines