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

Comparing branches/new_design/OOPSE-4/src/UseTheForce/ForceField.hpp (file contents):
Revision 1769 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1770 by tim, Tue Nov 23 17:53:43 2004 UTC

# Line 75 | Line 75 | class ForceField{
75          TorsionType* getTorsionType(const std::string &at1, const std::string &at2,
76                                            const std::string &at3, const std::string &at4);
77  
78 +        BondType* getExactBondType(const std::string &at1, const std::string &at2);
79 +        BendType* getExactBendType(const std::string &at1, const std::string &at2,
80 +                                    const std::string &at3);
81 +        TorsionType* getExactTorsionType(const std::string &at1, const std::string &at2,
82 +                                          const std::string &at3, const std::string &at4);
83 +
84 +
85          //avoid make virtual function public
86          //Herb Sutter and Andrei Alexandrescu, C++ coding Standards, Addision-Wesley
87          virtual double getRcutFromAtomType(AtomType* at);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines