Changeset 3770 in Sophya for trunk/Cosmo/SimLSS/cmvginit3d.cc


Ignore:
Timestamp:
May 7, 2010, 7:32:40 PM (15 years ago)
Author:
cmv
Message:

relecture des redshift-distorsion + calcul des spectres, cmv 07/05/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/cmvginit3d.cc

    r3768 r3770  
    509509   //-----------------------------------------------------------------
    510510   cout<<"\n--- Modifying cube for Transverse velocity"<<endl;
    511    fluct3d.ToVelTrans();
     511   fluct3d.ToVelLoS();
    512512   fluct3d.NTupleCheck(posobs,string("ntpvgenf"),ntnent);
    513513   PrtTim(">>>> End Modifying cube for Transverse velocity");
     
    601601 //----TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH-TRY-CATCH
    602602 } catch (PException& exc) {
    603    cerr<<"cmvobserv3d.cc catched PException"<<exc.Msg()<<endl;
     603   cerr<<"cmvginit3d.cc catched PException"<<exc.Msg()<<endl;
    604604   return 77;
    605605 } catch (std::exception& sex) {
    606    cerr << "cmvobserv3d.cc std::exception :"
     606   cerr << "cmvginit3d.cc std::exception :"
    607607        << (string)typeid(sex).name() << "\n msg= "
    608608        << sex.what() << endl;
    609609   return 78;
    610610 } catch (...) {
    611    cerr << "cmvobserv3d.cc catched unknown (...) exception  " << endl;
     611   cerr << "cmvginit3d.cc catched unknown (...) exception  " << endl;
    612612   return 79;
    613613 }
Note: See TracChangeset for help on using the changeset viewer.