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

Comparing branches/new_design/OOPSE-3.0/src/io/AtomTypesSectionParser.hpp (file contents):
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC

# Line 33 | Line 33 | namespace oopse {
33       * @class AtomTypesSectionParser AtomTypesSectionParser.hpp "io/AtomTypesSectionParser.hpp"
34       */
35      class AtomTypesSectionParser : public SectionParser {
36 +        public:
37 +            AtomTypesSectionParser();
38          private:
39 <            void parseLine(ForceFiled& ff, const std::string& line, int lineNo);
39 >            void parseLine(ForceField& ff, const std::string& line, int lineNo);
40              
41      };
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines