ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/ForceField.hpp
(Generate patch)

Comparing trunk/src/UseTheForce/ForceField.hpp (file contents):
Revision 1275 by cli2, Fri Jul 4 20:54:29 2008 UTC vs.
Revision 1282 by gezelter, Wed Jul 30 18:11:19 2008 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines