Changeset 2290 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.cc
- Timestamp:
- Dec 5, 2002, 4:43:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.cc
r1624 r2290 576 576 SphereHEALPix<T>& SphereHEALPix<T>::Add(T a) 577 577 { 578 cout << " c'est mon Add " << endl; 578 579 if (NbPixels() < 1) 579 580 throw RangeCheckError("SphereHEALPix<T>::Add(T ) - SphereHEALPix not dimensionned ! "); 580 pixels_ += a; 581 // pixels_ += a; 582 pixels_.Add(a); 581 583 return (*this); 582 584 }
Note:
See TracChangeset
for help on using the changeset viewer.