Changeset 1141 in Sophya for trunk/SophyaProg/PMixer/tgrsr.cc


Ignore:
Timestamp:
Aug 24, 2000, 5:35:42 PM (25 years ago)
Author:
ansari
Message:

petites corrections diverses - Reza 24/8/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/tgrsr.cc

    r1120 r1141  
     1#include <typeinfo>
    12#include "pmixer.h"
    23
     
    3031    }
    3132
     33try {
    3234  int typ = 0;
    3335  typ = atoi(arg[1]);
     
    143145    PrtTim("End of ImageR4->FITS ");
    144146  }
     147}
     148catch (PThrowable & exc) {
     149  cerr << "tgrsr/Error Catched Exception " << (string)typeid(exc).name()
     150       << " - Msg= " << exc.Msg() << endl;
     151}
     152catch (...) {
     153  cerr << "tgrsr/Error some other exception was caught ! " << endl;
     154}
     155
    145156  cout <<  " ============ End of tgrsr program ======== " << endl;
    146157  return 0;
Note: See TracChangeset for help on using the changeset viewer.