Changeset 2969 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.cc
- Timestamp:
- Jun 9, 2006, 2:53:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2968 r2969 396 396 //! Return theta values which limit the slice kt 397 397 template <class T> 398 void SphereThetaPhi<T>::Theta(int_4 kt,double& tetMin,double& tetMax) 398 void SphereThetaPhi<T>::Theta(int_4 kt,double& tetMin,double& tetMax) const 399 399 { 400 400 bool fgzn= false; … … 425 425 //! Return values of phi which limit the jp-th pixel of the kt-th slice 426 426 template <class T> 427 void SphereThetaPhi<T>::Phi(int_4 kt,int_4 jp,double& phiMin,double& phiMax) 427 void SphereThetaPhi<T>::Phi(int_4 kt,int_4 jp,double& phiMin,double& phiMax) const 428 428 { 429 429 // verification
Note:
See TracChangeset
for help on using the changeset viewer.