ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/ForceField.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/ForceField.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC

# Line 95 | Line 95 | namespace oopse {
95      AtomType* getAtomType(const std::string &at);
96      BondType* getBondType(const std::string &at1, const std::string &at2);
97      BendType* getBendType(const std::string &at1, const std::string &at2,
98 <                          const std::string &at3);
98 >                          const std::string &at3);
99      TorsionType* getTorsionType(const std::string &at1, const std::string &at2,
100 <                                const std::string &at3, const std::string &at4);
100 >                                const std::string &at3, const std::string &at4);
101  
102      BondType* getExactBondType(const std::string &at1, const std::string &at2);
103      BendType* getExactBendType(const std::string &at1, const std::string &at2,
104 <                               const std::string &at3);
105 <    TorsionType* getExactTorsionType(const std::string &at1, const std::string &at2,
106 <                                     const std::string &at3, const std::string &at4);
104 >                               const std::string &at3);
105 >    TorsionType* getExactTorsionType(const std::string &at1,
106 >                                     const std::string &at2,
107 >                                     const std::string &at3,
108 >                                     const std::string &at4);
109  
110  
111      //avoid make virtual function public
# Line 125 | Line 127 | namespace oopse {
127          
128      bool addAtomType(const std::string &at, AtomType* atomType);
129  
130 <    bool addBondType(const std::string &at1, const std::string &at2, BondType* bondType);
130 >    bool addBondType(const std::string &at1, const std::string &at2,
131 >                     BondType* bondType);
132  
133      bool addBendType(const std::string &at1, const std::string &at2,
134                       const std::string &at3, BendType* bendType);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines