| # | 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 | ||
| 12 | < | #include "fortranWrappers.hpp" | 
| 12 | > | #include "UseTheForce/fortranWrappers.hpp" | 
| 13 | ||
| 14 | #ifdef IS_MPI | |
| 15 | < | #include "mpiForceField.h" | 
| 15 | > | #include "UseTheForce/mpiForceField.h" | 
| 16 | #endif // is_mpi | |
| 17 | ||
| 18 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |