Changeset 3746 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc
- Timestamp:
- Feb 18, 2010, 10:45:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvobserv3d.cc
r3615 r3746 245 245 } 246 246 247 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH 248 try { 249 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH 250 247 251 double lschmin=log10(schmin), lschmax=log10(schmax); 248 252 if(schnpt<=0) { // alors c'est un nombre de points par decade … … 790 794 PrtTim(">>>> End Of Job"); 791 795 796 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH 797 } catch (PException& exc) { 798 cerr<<"cmvobserv3d.cc catched PException"<<exc.Msg()<<endl; 799 return 77; 800 } catch (std::exception& sex) { 801 cerr << "cmvobserv3d.cc std::exception :" 802 << (string)typeid(sex).name() << "\n msg= " 803 << sex.what() << endl; 804 return 78; 805 } catch (...) { 806 cerr << "cmvobserv3d.cc catched unknown (...) exception " << endl; 807 return 79; 808 } 809 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH 810 792 811 return 0; 793 812 }
Note:
See TracChangeset
for help on using the changeset viewer.