Ignore:
Timestamp:
Jun 9, 2006, 2:53:24 PM (19 years ago)
Author:
ansari
Message:

petit ajout attribut const pour methodes SphereThetaPhi - Reza 9/06/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherethetaphi.cc

    r2968 r2969  
    396396//!    Return  theta values which limit the slice kt
    397397template <class T>
    398 void SphereThetaPhi<T>::Theta(int_4 kt,double& tetMin,double& tetMax)
     398void SphereThetaPhi<T>::Theta(int_4 kt,double& tetMin,double& tetMax) const
    399399{
    400400  bool fgzn= false;
     
    425425//!   Return values of phi which limit the jp-th pixel of the kt-th slice
    426426template <class T>
    427 void SphereThetaPhi<T>::Phi(int_4 kt,int_4 jp,double& phiMin,double& phiMax)
     427void SphereThetaPhi<T>::Phi(int_4 kt,int_4 jp,double& phiMin,double& phiMax) const
    428428{
    429429  // verification
Note: See TracChangeset for help on using the changeset viewer.