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


Ignore:
Timestamp:
Sep 11, 2008, 12:37:39 PM (17 years ago)
Author:
cmv
Message:

possibilite de travailler en float cmv 11/09/2008

File:
1 edited

Legend:

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

    r3516 r3518  
    379379 fluct3d.SetGrowthFactor(growth);
    380380 fluct3d.LosComRedshift(0.001,-1);
    381  TArray< complex<r_8> >& pkgen = fluct3d.GetComplexArray();
    382  TArray<r_8>& rgen = fluct3d.GetRealArray();
     381 TArray< complex<GEN3D_TYPE> >& pkgen = fluct3d.GetComplexArray();
     382 TArray<GEN3D_TYPE>& rgen = fluct3d.GetRealArray();
    383383 cout<<endl; fluct3d.Print();
    384384 cout<<"\nMean number of galaxies per pixel = "<<ngal_by_mpc3*fluct3d.GetDVol()<<endl;
Note: See TracChangeset for help on using the changeset viewer.