Changes in tools/dimacs-to-lgf.cc [1179:d7e25df22e88:584:33c6b6e755cd] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dimacs-to-lgf.cc
r1179 r584 74 74 throw IoError("Cannot open the file for writing", ap.files()[1]); 75 75 } 76 // fall through77 76 case 1: 78 77 input.open(ap.files()[0].c_str()); … … 80 79 throw IoError("File cannot be found", ap.files()[0]); 81 80 } 82 // fall through83 81 case 0: 84 82 break;
Note: See TracChangeset
for help on using the changeset viewer.