Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/histos2.h
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.h
r1413 r2479 253 253 \brief Persistance management */ 254 254 inline 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); } 256 256 257 257 // Classe pour la gestion de persistance
Note:
See TracChangeset
for help on using the changeset viewer.