Changeset 892 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Apr 12, 2000, 11:26:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r853 r892 203 203 /* impression */ 204 204 void print(ostream& os) const; 205 205 206 207 void CloneOrShare(const SphereHEALPix<T>& a); 208 209 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a); 210 211 inline SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a) 212 {return Set(a);} 213 206 214 private : 207 215
Note:
See TracChangeset
for help on using the changeset viewer.