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