Changeset 3518 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc
- Timestamp:
- Sep 11, 2008, 12:37:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvobserv3d.cc
r3516 r3518 379 379 fluct3d.SetGrowthFactor(growth); 380 380 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(); 383 383 cout<<endl; fluct3d.Print(); 384 384 cout<<"\nMean number of galaxies per pixel = "<<ngal_by_mpc3*fluct3d.GetDVol()<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.