Changeset 783 in Sophya
- Timestamp:
- Mar 15, 2000, 11:53:13 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphericalmap.h
r764 r783 34 34 // index characterizing the size pixelization : m for SphereThetaPhi 35 35 // nside for Gorski sphere... 36 virtual void Resize(int m)=0;36 virtual void Resize(int_4 m)=0; 37 37 virtual uint_4 NbThetaSlices() const=0; 38 38 virtual void GetThetaSlice(int_4 index,r_8& theta, TVector<r_8>& phi, TVector<T>& value) const=0;
Note:
See TracChangeset
for help on using the changeset viewer.