Changeset 980 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Apr 28, 2000, 4:12:44 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r908 r980 215 215 216 216 inline SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a) 217 {return Set(a);}217 {return Set(a);} 218 218 219 219 private : … … 239 239 void CloneOrShare(const SphereHEALPix<T>& a); 240 240 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a); 241 SphereHEALPix<T>& CopyElt(const SphereHEALPix<T>& a); 241 242 242 243 // ------------- variables internes -----------------------
Note:
See TracChangeset
for help on using the changeset viewer.