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

Comparing branches/new_design/OOPSE-4/src/io/BendTypesSectionParser.hpp (file contents):
Revision 1783 by tim, Tue Nov 23 04:35:55 2004 UTC vs.
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines