Changeset 3770 in Sophya for trunk/Cosmo/SimLSS/cmvginit3d.cc
- Timestamp:
- May 7, 2010, 7:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvginit3d.cc
r3768 r3770 509 509 //----------------------------------------------------------------- 510 510 cout<<"\n--- Modifying cube for Transverse velocity"<<endl; 511 fluct3d.ToVel Trans();511 fluct3d.ToVelLoS(); 512 512 fluct3d.NTupleCheck(posobs,string("ntpvgenf"),ntnent); 513 513 PrtTim(">>>> End Modifying cube for Transverse velocity"); … … 601 601 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH 602 602 } catch (PException& exc) { 603 cerr<<"cmv observ3d.cc catched PException"<<exc.Msg()<<endl;603 cerr<<"cmvginit3d.cc catched PException"<<exc.Msg()<<endl; 604 604 return 77; 605 605 } catch (std::exception& sex) { 606 cerr << "cmv observ3d.cc std::exception :"606 cerr << "cmvginit3d.cc std::exception :" 607 607 << (string)typeid(sex).name() << "\n msg= " 608 608 << sex.what() << endl; 609 609 return 78; 610 610 } catch (...) { 611 cerr << "cmv observ3d.cc catched unknown (...) exception " << endl;611 cerr << "cmvginit3d.cc catched unknown (...) exception " << endl; 612 612 return 79; 613 613 }
Note:
See TracChangeset
for help on using the changeset viewer.