Changeset 833 in Sophya for trunk/SophyaLib/Samba/alm.cc
- Timestamp:
- Apr 7, 2000, 12:28:03 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.cc
r729 r833 29 29 // --- smoothes the initial power spectrum --- 30 30 TVector<T> cl=clin; 31 for (int l=0;l<n_l;l++) 31 int l; 32 for (l=0;l<n_l;l++) 32 33 { 33 34 r_8 gauss=exp(-l*(l+1.)*sig_smooth*sig_smooth); … … 39 40 r_8 hsqrt2 = 1.0 / Rac2; 40 41 41 for ( intl=0;l<n_l;l++)42 for (l=0;l<n_l;l++) 42 43 { 43 44 T rms=sqrt(cl(l));
Note:
See TracChangeset
for help on using the changeset viewer.