| # | Line 325 | Line 325 | void DumpWriter::writeFrame( vector<ofstream*>& outFil | |
|---|---|---|
| 325 | ||
| 326 | // Node 0 needs a list of the magic potatoes for each processor; | |
| 327 | ||
| 328 | < | nProc = mpiSim->getNumberProcessors(); |
| 328 | > | nProc = mpiSim->getNprocessors(); |
| 329 | potatoes = new int[nProc]; | |
| 330 | ||
| 331 | //write out the comment lines | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |