| # | Line 72 | Line 72 | void DumpWriter::writeDump( double currentTime ){ | |
|---|---|---|
| 72 | char tempBuffer[BUFFERSIZE]; | |
| 73 | char writeLine[BUFFERSIZE]; | |
| 74 | ||
| 75 | < | int i, j, which_node, done, game_over, which_atom, local_index; |
| 75 | > | int i, j, which_node, done, which_atom, local_index; |
| 76 | double q[4]; | |
| 77 | DirectionalAtom* dAtom; | |
| 78 | int nAtoms = entry_plug->n_atoms; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |