--- branches/new_design/OOPSE-3.0/src/UseTheForce/ForceField.hpp 2004/11/19 18:02:33 1759 +++ branches/new_design/OOPSE-3.0/src/UseTheForce/ForceField.hpp 2004/11/19 20:23:26 1760 @@ -97,6 +97,11 @@ class ForceField{ const std::string &at3, const std::string &at4, TorsionType* torsionType); ifstrstream* openForceFieldFile(const std::string& filename); + + unsigned int getNAtomType() { + return atomTypeCont_.size(); + } + private: std::string ffPath_; bool hasVariant_;