# | Line 43 | Line 43 | |
---|---|---|
43 | #include <mpi.h> | |
44 | #endif | |
45 | ||
46 | + | #include <fstream> |
47 | #include "utils/simError.h" | |
48 | #include "utils/CaseConversion.hpp" | |
49 | #include "brains/Register.hpp" | |
# | Line 57 | Line 58 | using namespace oopse; | |
58 | ||
59 | using namespace oopse; | |
60 | ||
61 | + | |
62 | int main(int argc,char* argv[]){ | |
63 | < | |
63 | > | |
64 | // first things first, all of the initializations | |
65 | ||
66 | #ifdef IS_MPI |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |