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

Comparing branches/new_design/OOPSE-4/src/io/SectionParser.hpp (file contents):
Revision 1788 by tim, Wed Nov 24 22:12:12 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 41 | Line 41 | class ForceField;
41       */
42      class SectionParser {
43          public:
44 <            void parse(std::istream&, ForceField* ff, int lineNo);
44 >            void parse(std::istream& input, ForceField& ff, int lineNo);
45  
46              const std::string& getSectionName() const {
47                  return sectionName_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines