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

Comparing branches/new_design/OOPSE-4/src/io/SectionParser.cpp (file contents):
Revision 1788 by tim, Tue Nov 23 17:53:43 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 32 | Line 32 | void SectionParser::parse(std::istream& input, ForceFi
32      char buffer[bufferSize];
33      std::string line;
34      while(input.getline(buffer, bufferSize)) {
35 <        line = TrimLeft(buffer);
35 >        /**@todo */
36 >        //line = TrimLeft(buffer);
37          //a line begins with "//" is comment
38          if (isEndSection(line)) {
39              break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines