Changeset 3781 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.cc
- Timestamp:
- May 20, 2010, 11:19:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.cc
r3773 r3781 120 120 NRtot_ = (int_8)Nx_*(int_8)Ny_*(int_8)Nz_; // nombre de pixels dans le survey 121 121 NCz_ = Nz_/2 +1; 122 NFcoef_ = (int_8)Nx_*(int_8)Ny_*(int_8)NCz_; // nombre de coeff de Fourier dans le survey 122 123 NTz_ = 2*NCz_; 123 124 … … 659 660 cout<<" Resol: dx="<<Dx_<<" dy="<<Dy_<<" dz="<<Dz_<<" Mpc" 660 661 <<", dVol="<<dVol_<<", Vol="<<Vol_<<" Mpc^3"<<endl; 661 cout<<"Fourier Size : nx="<<Nx_<<" ny="<<Ny_<<" nz="<<NCz_<< endl;662 cout<<"Fourier Size : nx="<<Nx_<<" ny="<<Ny_<<" nz="<<NCz_<<" ncoeff="<<NFcoef_<<endl; 662 663 cout<<" Resol: dkx="<<Dkx_<<" dky="<<Dky_<<" dkz="<<Dkz_<<" Mpc^-1" 663 664 <<", Dk3="<<Dk3_<<" Mpc^-3"<<endl; … … 840 841 if(lp_>1) cout<<"Number of forced conjugate hors cont+nyq ="<<nconj2<<endl; 841 842 842 if(lp_>1) cout<<"Check: ddl= "<<NRtot_<<" =?= "<<2*(N Rtot_-nconj1-nconj2)-nreal<<endl;843 if(lp_>1) cout<<"Check: ddl= "<<NRtot_<<" =?= "<<2*(NFcoef_-nconj1-nconj2)-nreal<<endl; 843 844 844 845 return nreal+nconj1+nconj2;
Note:
See TracChangeset
for help on using the changeset viewer.