# | Line 51 | Line 51 | |
---|---|---|
51 | #include "UseTheForce/ForceField.hpp" | |
52 | #include "utils/simError.h" | |
53 | #include "utils/Tuple.hpp" | |
54 | – | #include "UseTheForce/DarkSide/atype_interface.h" |
54 | namespace OpenMD { | |
55 | ||
56 | ForceField::ForceField() { | |
# | Line 65 | Line 64 | namespace OpenMD { | |
64 | } else { | |
65 | ffPath_ = tempPath; | |
66 | } | |
68 | – | } |
69 | – | |
70 | – | |
71 | – | ForceField::~ForceField() { |
72 | – | deleteAtypes(); |
67 | } | |
68 | ||
69 | AtomType* ForceField::getAtomType(const std::string &at) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |