Changeset 1179:d7e25df22e88 in lemon-main for tools
- Timestamp:
- 10/15/18 23:39:22 (6 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dimacs-to-lgf.cc
r584 r1179 74 74 throw IoError("Cannot open the file for writing", ap.files()[1]); 75 75 } 76 // fall through 76 77 case 1: 77 78 input.open(ap.files()[0].c_str()); … … 79 80 throw IoError("File cannot be found", ap.files()[0]); 80 81 } 82 // fall through 81 83 case 0: 82 84 break;
Note: See TracChangeset
for help on using the changeset viewer.