Changeset 3285 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc


Ignore:
Timestamp:
Jul 29, 2007, 9:01:31 PM (18 years ago)
Author:
cmv
Message:

update logique Init_Spline de CosmoCalc cmv 29/07/07

File:
1 edited

Legend:

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

    r3283 r3285  
    6060 double h100=0.71, om0=0.267804, or0=7.9e-05, ol0=0.73,w0=-1.;
    6161 double zref = 0.5;
    62  double perc=0.01,dzinc=-1.,dzmax=5.; unsigned short glorder=4;
     62 double perc=0.01,dzinc=-1.,dzmax=-1.; unsigned short glorder=4;
    6363
    6464 // *** Spectrum and variance definition
     
    193193 univ.SetInteg(perc,dzinc,dzmax,glorder);
    194194 univ.SetDynParam(h100,om0,or0,ol0,w0);
     195 univ.PrtInteg();
    195196 univ.Print();
    196197 double loscomref = univ.Dloscom(zref);
Note: See TracChangeset for help on using the changeset viewer.