Changeset 532 in Sophya for trunk/SophyaLib/Samba/anagen.cc
- Timestamp:
- Oct 28, 1999, 11:21:33 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/anagen.cc
r514 r532 11 11 } 12 12 13 void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap & map,13 void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap<double>& map, 14 14 vector< vector< complex<double> > >& alm, double cos_theta_cut){ 15 15 … … 36 36 int nph; 37 37 double phi0; 38 float theta; 39 Vector phin, datan, phis, datas; 38 double theta; 39 Vector phin, datan, datas; 40 TVector<double> phis; 40 41 map.GetThetaSlice(map.NbThetaSlices()-ith-1,theta,phis,datas); 41 42 map.GetThetaSlice(ith,theta,phin,datan);
Note:
See TracChangeset
for help on using the changeset viewer.