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

Comparing trunk/OOPSE-4/src/io/SectionParser.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2098 by tim, Wed Mar 9 17:58:33 2005 UTC

# Line 48 | Line 48 | void SectionParser::parse(std::istream& input, ForceFi
48      char buffer[bufferSize];
49      std::string line;
50      while(input.getline(buffer, bufferSize)) {
51 <        /**@todo */
51 >        ++lineNo;
52          line = trimLeftCopy(buffer);
53          //a line begins with "//" is comment
54          if (isEndSection(line)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines