Changeset 291:d901321d6555 in lemon-1.2 for lemon/graph_to_eps.h
- Timestamp:
- 10/01/08 11:58:03 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_to_eps.h
r290 r291 1171 1171 if (!(*os)) { 1172 1172 delete os; 1173 throw IoError( file_name, "Cannot write file");1173 throw IoError("Cannot write file", file_name); 1174 1174 } 1175 1175 return GraphToEps<DefaultGraphToEpsTraits<G> > … … 1192 1192 if (!(*os)) { 1193 1193 delete os; 1194 throw IoError( file_name, "Cannot write file");1194 throw IoError("Cannot write file", file_name); 1195 1195 } 1196 1196 return GraphToEps<DefaultGraphToEpsTraits<G> >
Note: See TracChangeset
for help on using the changeset viewer.