| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #define _FILE_OFFSET_BITS 64 |
| 2 | + | |
| 3 | #include <iostream> | |
| 4 | #include <cmath> | |
| 5 | ||
| # | Line 69 | Line 71 | DumpReader :: ~DumpReader( ){ | |
| 71 | } | |
| 72 | ||
| 73 | ||
| 74 | + | |
| 75 | void DumpReader :: getFrame( SimInfo* the_simnfo, int whichFrame){ | |
| 76 | ||
| 77 | int i, j, done, which_node, which_atom; // loop counter | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |