Changeset 746 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.cc
- Timestamp:
- Mar 1, 2000, 5:46:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.cc
r726 r746 537 537 //++ 538 538 template <class T> 539 void SphereThetaPhi<T>::GetThetaSlice(int_4 index, double& theta, TVector<double>& phi, TVector<T>& value) const539 void SphereThetaPhi<T>::GetThetaSlice(int_4 index,r_8& theta, TVector<r_8>& phi, TVector<T>& value) const 540 540 541 541 // For a theta-slice with index 'index', return : … … 570 570 //++ 571 571 template <class T> 572 void SphereThetaPhi<T>::GetThetaSlice(int_4 index, double& theta, double& phi0,TVector<int>& pixelIndices, TVector<T>& value) const572 void SphereThetaPhi<T>::GetThetaSlice(int_4 index,r_8& theta, r_8& phi0,TVector<int_4>& pixelIndices, TVector<T>& value) const 573 573 574 574 // For a theta-slice with index 'index', return :
Note:
See TracChangeset
for help on using the changeset viewer.