# | Line 44 | Line 44 | |
---|---|---|
44 | #include <fstream> | |
45 | #include <string> | |
46 | ||
47 | – | #include "brains/Register.hpp" |
47 | #include "brains/SimCreator.hpp" | |
48 | #include "brains/SimInfo.hpp" | |
49 | #include "utils/StringUtils.hpp" | |
# | Line 69 | Line 68 | int main(int argc, char* argv[]){ | |
68 | ||
69 | int main(int argc, char* argv[]){ | |
70 | ||
72 | – | //register force fields |
73 | – | registerForceFields(); |
74 | – | |
71 | gengetopt_args_info args_info; | |
72 | ||
73 | //parse the command line option |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |