| # | Line 12 | Line 12 | using namespace std; | |
|---|---|---|
| 12 | #include "UseTheForce/ForceFields.hpp" | |
| 13 | #include "primitives/SRI.hpp" | |
| 14 | #include "utils/simError.h" | |
| 15 | + | #include "UseTheForce/DarkSide/atype_interface.h" |
| 16 | ||
| 17 | < | #include "UseTheForce/fortranWrappers.hpp" |
| 17 | > | //#include "UseTheForce/fortranWrappers.hpp" |
| 18 | ||
| 19 | #ifdef IS_MPI | |
| 20 | #include "UseTheForce/mpiForceField.h" | |
| # | Line 128 | Line 129 | LJFF::LJFF(){ | |
| 129 | currentAtomType = NULL; | |
| 130 | ||
| 131 | // do the funtion wrapping | |
| 132 | < | wrapMeFF( this ); |
| 132 | > | // wrapMeFF( this ); |
| 133 | ||
| 134 | #ifdef IS_MPI | |
| 135 | int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |