--- trunk/OOPSE-4/src/io/BendTypesSectionParser.hpp 2005/04/15 22:03:16 2203 +++ trunk/OOPSE-4/src/io/BendTypesSectionParser.hpp 2005/04/15 22:04:00 2204 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -45,31 +45,31 @@ namespace oopse { #include "io/SectionParser.hpp" namespace oopse { - /** - * @class BendTypesSectionParser BendTypesSectionParser.hpp "io/BendTypesSectionParser.hpp" - */ - class BendTypesSectionParser : public SectionParser { - public: - BendTypesSectionParser(); + /** + * @class BendTypesSectionParser BendTypesSectionParser.hpp "io/BendTypesSectionParser.hpp" + */ + class BendTypesSectionParser : public SectionParser { + public: + BendTypesSectionParser(); - private: + private: - enum BendTypeEnum{ - btHarmonic, - btGhostBend, - btUreyBradley, - btCubic, - btQuartic, - btPolynomial, - btUnknown - }; + enum BendTypeEnum{ + btHarmonic, + btGhostBend, + btUreyBradley, + btCubic, + btQuartic, + btPolynomial, + btUnknown + }; - void parseLine(ForceField& ff, const std::string& line, int lineNo); + void parseLine(ForceField& ff, const std::string& line, int lineNo); - BendTypeEnum getBendTypeEnum(const std::string& str); + BendTypeEnum getBendTypeEnum(const std::string& str); - std::map stringToEnumMap_; - }; + std::map stringToEnumMap_; + }; } //namespace oopse