Changeset 3805 in Sophya for trunk/Cosmo/SimLSS/cmvtvarspec.cc


Ignore:
Timestamp:
Jul 24, 2010, 12:01:34 AM (15 years ago)
Author:
cmv
Message:

Refonte totale de la structure des classes InitialSpectrum, TransfertFunction, GrowthFactor, PkSpectrum et classes tabulate pour lecture des fichiers CAMB, cmv 24/07/2010

File:
1 edited

Legend:

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

    r3572 r3805  
    7575
    7676 //-----------------------------------------------------------------
    77  InitialSpectrum pkini(ns,as);
     77 InitialPowerLaw pkini(ns,as);
    7878
    7979 TransfertEisenstein tf(h100,om0-ob0,ob0,T_CMB_Par,false);
    8080 //tf.SetNoOscEnv(2);
    8181
    82  GrowthFactor d1(om0,ol0);
     82 GrowthEisenstein d1(om0,ol0);
    8383
    84  PkSpectrum0 pk0(pkini,tf);
    85 
    86  PkSpectrumZ pkz(pk0,d1,zref);
     84 PkSpecCalc pkz(pkini,tf,d1,zref);
    8785
    8886 //-----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.