Changeset 1343:a81f9cfc9775 in lemon-0.x for src/lemon/graph_reader.h
- Timestamp:
- 04/12/05 19:34:51 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/graph_reader.h
r1341 r1343 554 554 vi = line.find_first_not_of(" \t"); 555 555 if (vi != (int)std::string::npos) { 556 // std::cerr << "Line: " << line.substr(vi) << std::endl;557 556 return line.substr(vi); 558 557 }
Note: See TracChangeset
for help on using the changeset viewer.