# | Line 5 | Line 5 | using namespace std; | |
---|---|---|
5 | #include <iostream> | |
6 | using namespace std; | |
7 | ||
8 | < | #include "ForceFields.hpp" |
9 | < | #include "SRI.hpp" |
10 | < | #include "simError.h" |
8 | > | #include "UseTheForce/ForceFields.hpp" |
9 | > | #include "primitives/SRI.hpp" |
10 | > | #include "utils/simError.h" |
11 | > | #include "UseTheForce/DarkSide/sticky_interface.h" |
12 | > | #include "UseTheForce/DarkSide/atype_interface.h" |
13 | > | |
14 | > | //#include "UseTheForce/fortranWrappers.hpp" |
15 | ||
12 | – | #include "fortranWrappers.hpp" |
16 | ||
17 | #ifdef IS_MPI | |
18 | < | #include "mpiForceField.h" |
18 | > | #include "UseTheForce/mpiForceField.h" |
19 | #endif // is_mpi | |
20 | ||
21 | ||
# | Line 466 | Line 469 | DUFF::DUFF(){ | |
469 | headTorsionType = NULL; | |
470 | currentTorsionType = NULL; | |
471 | ||
469 | – | // do the funtion wrapping |
470 | – | wrapMeFF( this ); |
472 | ||
472 | – | |
473 | #ifdef IS_MPI | |
474 | int i; | |
475 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |