Changes between Version 5 and Version 6 of WorkBook/LibraryInterface
- Timestamp:
- Jun 20, 2012, 1:08:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v5 v6 58 58 catch(runtime_error &e) 59 59 { 60 if(outputFile) delete outputFile;61 60 cerr << "** ERROR: " << e.what() << endl; 62 61 return 1;