Changeset 19989 for trunk/FACT++
- Timestamp:
- 08/31/20 22:35:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r19978 r19989 573 573 inputFile = reopen && fIsDrsCalibration ? new zfits(file, "Events") : new factfits(file, "Events"); 574 574 } 575 catch ( std::runtime_errore)575 catch (const std::runtime_error &e) 576 576 { 577 577 cout << "Something went wrong while loading fits. Aborting: " << e.what() << endl; … … 611 611 } 612 612 } 613 catch ( std::runtime_errore)613 catch (const std::runtime_error &e) 614 614 { 615 615 cout << e.what() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.