Changeset 1141 in Sophya for trunk/SophyaProg/PMixer/tgrsr.cc
- Timestamp:
- Aug 24, 2000, 5:35:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/tgrsr.cc
r1120 r1141 1 #include <typeinfo> 1 2 #include "pmixer.h" 2 3 … … 30 31 } 31 32 33 try { 32 34 int typ = 0; 33 35 typ = atoi(arg[1]); … … 143 145 PrtTim("End of ImageR4->FITS "); 144 146 } 147 } 148 catch (PThrowable & exc) { 149 cerr << "tgrsr/Error Catched Exception " << (string)typeid(exc).name() 150 << " - Msg= " << exc.Msg() << endl; 151 } 152 catch (...) { 153 cerr << "tgrsr/Error some other exception was caught ! " << endl; 154 } 155 145 156 cout << " ============ End of tgrsr program ======== " << endl; 146 157 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.