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

Comparing branches/new_design/OOPSE-2.0/src/UseTheForce/ForceField.hpp (file contents):
Revision 1720 by tim, Sat Nov 6 05:21:55 2004 UTC vs.
Revision 1735 by tim, Fri Nov 12 17:40:03 2004 UTC

# Line 71 | Line 71 | class ForceField{
71          TorsionType* getTorsionType(const std::string &at1, const std::string &at2,
72                                            const std::string &at3, const std::string &at4);
73  
74 <        double getRcutForAtomType(AtomType* at);
74 >        virtual double getRcutFromAtomType(AtomType* at);
75  
76          std::string getWildCard() {
77              return wildCardAtomTypeName_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines