Changeset 980 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.h
- Timestamp:
- Apr 28, 2000, 4:12:44 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.h
r908 r980 15 15 template <class T> 16 16 class FIO_SphereThetaPhi; 17 18 template<class T> 19 class FITS_SphereThetaPhi; 17 20 18 21 … … 33 36 34 37 friend class FIO_SphereThetaPhi<T>; 38 friend class FITS_SphereThetaPhi<T>; 35 39 36 40 public : … … 198 202 199 203 SphereThetaPhi<T>& Set(const SphereThetaPhi<T>& a); 204 SphereThetaPhi<T>& CopyElt(const SphereThetaPhi<T>& a); 200 205 201 206 // ------------- variables internes ---------------------
Note:
See TracChangeset
for help on using the changeset viewer.