Changeset 532 in Sophya for trunk/SophyaLib/Samba/syngen.cc
- Timestamp:
- Oct 28, 1999, 11:21:33 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/syngen.cc
r514 r532 11 11 void alm2mapgen(const int nsmax,const int nlmax,const int nmmax, 12 12 const vector< vector< complex<double> > >&alm, 13 SphericalMap & map,13 SphericalMap<double>& map, 14 14 vector< complex<long double> > b_north, 15 15 vector< complex<long double> > b_south, … … 42 42 int nph; 43 43 double phi0; 44 float theta,thetas; 45 Vector phin, datan,phis,datas; 44 double theta,thetas; 45 Vector phin, datan,datas; 46 TVector<double> phis; 46 47 map.GetThetaSlice(map.NbThetaSlices()-ith-1,thetas,phis,datas); 47 48 map.GetThetaSlice(ith,theta,phin,datan);
Note:
See TracChangeset
for help on using the changeset viewer.