Changeset 746 in Sophya for trunk/SophyaLib/Samba/spheregorski.cc
- Timestamp:
- Mar 1, 2000, 5:46:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spheregorski.cc
r725 r746 338 338 //++ 339 339 template<class T> 340 void SphereGorski<T>::GetThetaSlice(int_4 index, double& theta,TVector<double>& phi,TVector<T>& value) const340 void SphereGorski<T>::GetThetaSlice(int_4 index, r_8& theta,TVector<r_8>& phi,TVector<T>& value) const 341 341 342 342 // For a theta-slice with index 'index', return : … … 379 379 380 380 template<class T> 381 void SphereGorski<T>::GetThetaSlice(int_4 sliceIndex, double& theta, double& phi0, TVector<int>& pixelIndices,TVector<T>& value) const381 void SphereGorski<T>::GetThetaSlice(int_4 sliceIndex,r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const 382 382 383 383 // For a theta-slice with index 'sliceIndex', return :
Note:
See TracChangeset
for help on using the changeset viewer.