Changeset 2479 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/fiolocalmap.h
r1397 r2479 52 52 template <class T> 53 53 inline PInPersist& operator >> (PInPersist& is, LocalMap<T> & obj) 54 { FIO_LocalMap<T> fio(&obj); fio.Read(is);return(is); }54 { FIO_LocalMap<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 55 55 56 56 -
trunk/SophyaLib/SkyMap/fiospherehealpix.h
r1397 r2479 51 51 template <class T> 52 52 inline 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); } 54 54 55 55 } // Fin du namespace -
trunk/SophyaLib/SkyMap/fiospherethetaphi.h
r1397 r2479 52 52 template <class T> 53 53 inline PInPersist& operator >> (PInPersist& is, SphereThetaPhi<T> & obj) 54 { FIO_SphereThetaPhi<T> fio(&obj); fio.Read(is);return(is); }54 { FIO_SphereThetaPhi<T> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 55 55 56 56
Note:
See TracChangeset
for help on using the changeset viewer.