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

Comparing branches/new_design/OOPSE-3.0/src/UseTheForce/ForceField.hpp (file contents):
Revision 1759 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1760 by tim, Fri Nov 19 20:23:26 2004 UTC

# Line 97 | Line 97 | class ForceField{
97                                            const std::string &at3, const std::string &at4, TorsionType* torsionType);
98  
99          ifstrstream* openForceFieldFile(const std::string& filename);
100 +
101 +        unsigned int getNAtomType() {
102 +            return atomTypeCont_.size();
103 +        }
104 +        
105      private:  
106          std::string ffPath_;
107          bool hasVariant_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines