Changeset 3802 in Sophya for trunk/Cosmo/SimLSS/cmvtransf.cc


Ignore:
Timestamp:
Jul 22, 2010, 2:49:20 PM (15 years ago)
Author:
cmv
Message:

minor cosmetics, cmv 22/07/2010

File:
1 edited

Legend:

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

    r3572 r3802  
    6969 TransfertEisenstein tfnob(h100,Om0-Ob0,Ob0,tcmb,true);  // No baryons
    7070
    71  TransfertTabulate tfcmbfast(h100,Om0-Ob0,Ob0);
     71 TransfertTabulate tfcmbfast;
    7272 bool cmbfastOK = false;
    7373 if(fcmbfast.size()>0) {
    7474   cout<<endl<<"TransfertTabulate for CMBfast"<<endl;
    75    tfcmbfast.ReadCMBFast(fcmbfast);
     75   tfcmbfast.ReadCMBFast(fcmbfast,h100,Om0-Ob0,Ob0);
    7676   tfcmbfast.SetInterpTyp(1);
    7777   if(tfcmbfast.NPoints()>0) cmbfastOK = true;
Note: See TracChangeset for help on using the changeset viewer.