Ignore:
Timestamp:
Dec 7, 2003, 12:59:21 AM (22 years ago)
Author:
ansari
Message:

Ajout SkipToNextObjet() ds PInPersist operator >> - Reza 7 Dec 2003

File:
1 edited

Legend:

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

    r1397 r2479  
    5151template <class T>
    5252inline PInPersist& operator >> (PInPersist& is, SphereHEALPix<T> & obj)
    53 { FIO_SphereHEALPix<T> fio(&obj);  fio.Read(is); return(is); }
     53{ FIO_SphereHEALPix<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    5454
    5555} // Fin du namespace
Note: See TracChangeset for help on using the changeset viewer.