Changeset 3768 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc
- Timestamp:
- May 3, 2010, 4:08:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvobserv3d.cc
r3746 r3768 17 17 #include "constcosmo.h" 18 18 #include "cosmocalc.h" 19 #include "schechter.h"20 19 #include "geneutils.h" 21 20 #include "genefluct3d.h" … … 141 140 string rootnameout = "cmvobserv3d"; 142 141 142 // *** Number of entries in control NTuple 143 143 unsigned long ntnent = 10000; // 0 = do not fill NTuple 144 144 … … 415 415 416 416 GeneFluct3D fluct3d(nx,ny,nz,dx,dy,dz,nthread,2); 417 fluct3d.SetObservator(zref,-nz/2.);418 417 fluct3d.SetCosmology(univ); 419 418 fluct3d.SetGrowthFactor(growth); 419 fluct3d.SetObservator(zref,-nz/2.); 420 420 fluct3d.LosComRedshift(0.001,-1); 421 421 //TArray< complex<GEN3D_TYPE> >& pkgen = fluct3d.GetComplexArray();
Note:
See TracChangeset
for help on using the changeset viewer.