Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/histos2.h


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/HiStats/histos2.h

    r1413 r2479  
    253253  \brief Persistance management */
    254254inline PInPersist& operator >> (PInPersist& is, Histo2D & obj)
    255 { ObjFileIO<Histo2D> fio(&obj);  fio.Read(is); return(is); }
     255{ ObjFileIO<Histo2D> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); }
    256256
    257257// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.