Changeset 2479 in Sophya for trunk/SophyaLib/SkyMap/fiospherehealpix.h
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.