| # | 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 | + | } | 
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |