Changeset 833 in Sophya for trunk/SophyaLib/Samba/alm.cc


Ignore:
Timestamp:
Apr 7, 2000, 12:28:03 PM (25 years ago)
Author:
ansari
Message:

Compil SGI-CC (Pb for(int i; i redeclare)) Reza 7/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/alm.cc

    r729 r833  
    2929  //    --- smoothes the initial power spectrum ---
    3030  TVector<T> cl=clin;
    31   for (int l=0;l<n_l;l++)
     31  int l;
     32  for (l=0;l<n_l;l++)
    3233    {
    3334      r_8 gauss=exp(-l*(l+1.)*sig_smooth*sig_smooth);
     
    3940  r_8 hsqrt2 = 1.0 / Rac2;
    4041
    41   for (int l=0;l<n_l;l++)
     42  for (l=0;l<n_l;l++)
    4243    {
    4344      T rms=sqrt(cl(l));
Note: See TracChangeset for help on using the changeset viewer.