# | Line 53 | Line 53 | |
---|---|---|
53 | #include "math/Vector3.hpp" | |
54 | #include "primitives/Molecule.hpp" | |
55 | #include "UseTheForce/fCutoffPolicy.h" | |
56 | < | #include "UseTheForce/Darkside/fElectrostaticSummationMethod.h" |
56 | > | #include "UseTheForce/DarkSide/fElectrostaticSummationMethod.h" |
57 | #include "UseTheForce/doForces_interface.h" | |
58 | #include "UseTheForce/notifyCutoffs_interface.h" | |
59 | #include "utils/MemoryUtils.hpp" | |
# | Line 899 | Line 899 | namespace oopse { | |
899 | } | |
900 | } | |
901 | } | |
902 | < | initFortranFF( &fInfo_.SIM_uses_RF, &esm, &alphaVal, &errorOut ); |
902 | > | initFortranFF( &esm, &alphaVal, &errorOut ); |
903 | } | |
904 | ||
905 | void SimInfo::addProperty(GenericData* genData) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |