Changeset 682 in Sophya for trunk/SophyaLib/Samba/sphericalmap.h


Ignore:
Timestamp:
Dec 10, 1999, 5:56:03 PM (26 years ago)
Author:
ansari
Message:

Compilation Mac pour CodeWarrior PRO 5

File:
1 edited

Legend:

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

    r473 r682  
    3434// index characterizing the size pixelization : m for SphereThetaPhi
    3535// nside for Gorski sphere...
    36 virtual void Resize(int m)=0;
    37 virtual int NbThetaSlices() const=0;
    38 virtual void GetThetaSlice(int index,double& theta, TVector<double>& phi, TVector<T>& value) const=0;
     36virtual void Resize(int_4 m)=0;
     37virtual int_4 NbThetaSlices() const=0;
     38virtual void GetThetaSlice(int_4 index,double& theta, TVector<double>& phi, TVector<T>& value) const=0;
    3939};
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.