Changeset 906 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Apr 13, 2000, 12:22:26 PM (25 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.cc
r892 r906 228 228 omeg_ = s.omeg_; 229 229 } 230 //++ 231 template<class T> 232 SphereHEALPix<T>::SphereHEALPix(const SphereHEALPix<T>& s) 233 : pixels_(s.pixels_), sliceBeginIndex_(s.sliceBeginIndex_), 234 sliceLenght_(s.sliceLenght_) 235 // copy constructor 236 //-- 237 { 238 if(s.mInfo_) mInfo_= new DVList(*s.mInfo_); 239 240 nSide_= s.nSide_; 241 nPix_ = s.nPix_; 242 omeg_ = s.omeg_; 243 } 230 244 231 245 template<class T> -
trunk/SophyaLib/SkyMap/spherehealpix.h
r892 r906 79 79 */ 80 80 SphereHEALPix(int_4 m); 81 SphereHEALPix(const SphereHEALPix<T>& s, bool share=false); 81 SphereHEALPix(const SphereHEALPix<T>& s, bool share); 82 SphereHEALPix(const SphereHEALPix<T>& s); 82 83 //! Destructor 83 84 virtual ~SphereHEALPix();
Note:
See TracChangeset
for help on using the changeset viewer.