Changeset 746 in Sophya for trunk/SophyaLib/Samba/spheregorski.h


Ignore:
Timestamp:
Mar 1, 2000, 5:46:20 PM (26 years ago)
Author:
ansari
Message:

ajustement de type double r_8 etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/spheregorski.h

    r724 r746  
    9898    a vector containing the corresponding values of pixels
    9999*/
    100 void GetThetaSlice(int_4 index,double& theta,TVector<double>& phi,TVector<T>& value) const;
     100void GetThetaSlice(int_4 index,r_8& theta,TVector<r_8>& phi,TVector<T>& value) const;
    101101/*!   For a theta-slice with index 'index', return :
    102102
     
    111111    a vector containing the corresponding values of pixels
    112112*/
    113  void GetThetaSlice(int_4 sliceIndex,double& theta, double& phi0, TVector<int>& pixelIndices,TVector<T>& value) const ;
     113 void GetThetaSlice(int_4 sliceIndex,r_8& theta, r_8& phi0, TVector<int_4>& pixelIndices,TVector<T>& value) const ;
    114114
    115115/* Return true if teta,phi in map  */
Note: See TracChangeset for help on using the changeset viewer.