Ignore:
Timestamp:
Dec 5, 2002, 4:43:18 PM (23 years ago)
Author:
lemeur
Message:

documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherehealpix.cc

    r1624 r2290  
    576576SphereHEALPix<T>& SphereHEALPix<T>::Add(T a)
    577577 {
     578   cout << " c'est mon Add " << endl;
    578579  if (NbPixels() < 1)
    579580    throw RangeCheckError("SphereHEALPix<T>::Add(T )  - SphereHEALPix not dimensionned ! ");
    580   pixels_ += a;
     581  //   pixels_ += a;
     582   pixels_.Add(a);
    581583  return (*this);
    582584}
Note: See TracChangeset for help on using the changeset viewer.