Changeset 3267 in Sophya for trunk/Cosmo/SimLSS/cosmocalc.cc


Ignore:
Timestamp:
Jun 14, 2007, 7:06:35 PM (18 years ago)
Author:
cmv
Message:

cmv 14/06/2007

File:
1 edited

Legend:

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

    r3196 r3267  
    261261
    262262//----------------------------------------------------------
    263 double CosmoCalc::Dloscom(double z)     /* Mpc */
     263double CosmoCalc::Dloscom(double z)     /* Mpc comobile */
    264264{
    265265  return _Dhubble * NInteg(z);
    266266}
    267267
    268 double CosmoCalc::Dtrcom(double z)     /* Mpc */
     268double CosmoCalc::Dtrcom(double z)     /* Mpc comobile */
    269269{
    270270  double v = NInteg(z);  // Zero curvature
Note: See TracChangeset for help on using the changeset viewer.