| 49 |
|
#include <fstream> |
| 50 |
|
|
| 51 |
|
#include "applications/simpleBuilder/simpleBuilderCmd.h" |
| 52 |
< |
#include "applications/simpleBuilder/LatticeFactory.hpp" |
| 53 |
< |
#include "applications/simpleBuilder/MoLocator.hpp" |
| 54 |
< |
#include "applications/simpleBuilder/Lattice.hpp" |
| 52 |
> |
#include "lattice/LatticeFactory.hpp" |
| 53 |
> |
#include "utils/MoLocator.hpp" |
| 54 |
> |
#include "lattice/Lattice.hpp" |
| 55 |
|
#include "brains/Register.hpp" |
| 56 |
|
#include "brains/SimInfo.hpp" |
| 57 |
|
#include "brains/SimCreator.hpp" |
| 69 |
|
|
| 70 |
|
//register force fields |
| 71 |
|
registerForceFields(); |
| 72 |
+ |
registerLattice(); |
| 73 |
|
|
| 74 |
|
gengetopt_args_info args_info; |
| 75 |
|
std::string latticeType; |