Changeset 532 in Sophya for trunk/SophyaLib/Samba/anagen.cc


Ignore:
Timestamp:
Oct 28, 1999, 11:21:33 AM (26 years ago)
Author:
ansari
Message:

Now supports template SphericalMaps

File:
1 edited

Legend:

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

    r514 r532  
    1111           }
    1212
    13 void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap& map,
     13void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap<double>& map,
    1414             vector< vector< complex<double> > >& alm, double cos_theta_cut){
    1515 
     
    3636    int nph;
    3737    double phi0;
    38     float theta;
    39     Vector phin, datan, phis, datas;
     38    double theta;
     39    Vector phin, datan, datas;
     40    TVector<double> phis;
    4041    map.GetThetaSlice(map.NbThetaSlices()-ith-1,theta,phis,datas);
    4142    map.GetThetaSlice(ith,theta,phin,datan);
Note: See TracChangeset for help on using the changeset viewer.