# | Line 141 | Line 141 | namespace oopse { | |
---|---|---|
141 | ||
142 | bool addAtomType(const std::string &at, AtomType* atomType); | |
143 | ||
144 | + | bool replaceAtomType(const std::string &at, AtomType* atomType); |
145 | + | |
146 | bool addBondType(const std::string &at1, const std::string &at2, | |
147 | BondType* bondType); | |
148 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |