Ignore:
Timestamp:
Apr 13, 2000, 12:22:26 PM (25 years ago)
Author:
ansari
Message:

constructeurs de copie

File:
1 edited

Legend:

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

    r892 r906  
    7979*/
    8080SphereHEALPix(int_4 m);
    81 SphereHEALPix(const SphereHEALPix<T>& s, bool share=false);
     81SphereHEALPix(const SphereHEALPix<T>& s, bool share);
     82SphereHEALPix(const SphereHEALPix<T>& s);
    8283//!     Destructor
    8384virtual ~SphereHEALPix();
Note: See TracChangeset for help on using the changeset viewer.