Ignore:
Timestamp:
Apr 28, 2000, 4:12:44 PM (25 years ago)
Author:
ansari
Message:

modifs constructeurs copie et operateur =

File:
1 edited

Legend:

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

    r908 r980  
    215215
    216216inline  SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a)
    217                                                        {return Set(a);}
     217                                                        {return Set(a);}
    218218       
    219219private :
     
    239239 void CloneOrShare(const SphereHEALPix<T>& a);
    240240 SphereHEALPix<T>& Set(const SphereHEALPix<T>& a);
     241 SphereHEALPix<T>& CopyElt(const SphereHEALPix<T>& a);
    241242
    242243// ------------- variables internes -----------------------
Note: See TracChangeset for help on using the changeset viewer.