| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | #include "Molecule.hpp" | |
| 8 | #include "AbstractClasses.hpp" | |
| 9 | #include "MakeStamps.hpp" | |
| 10 | – | #ifdef IS_MPI |
| 11 | – | #include "mpiSimulation.hpp" |
| 10 | ||
| 13 | – | #endif |
| 11 | class SimInfo{ | |
| 12 | ||
| 13 | public: | |
| # | Line 72 | Line 69 | class SimInfo{ (public) | |
| 69 | char finalName[300]; // the name of the eor file to be written | |
| 70 | char sampleName[300]; // the name of the dump file to be written | |
| 71 | char statusName[300]; // the name of the stat file to be written | |
| 72 | < | #ifdef IS_MPI |
| 76 | < | mpiSimulation* mpiSim; |
| 77 | < | #endif |
| 72 | > | |
| 73 | }; | |
| 74 | ||
| 75 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |