Changeset 490 in Sophya for trunk/SophyaLib/NTools/tmatrix.h
- Timestamp:
- Oct 21, 1999, 5:25:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tmatrix.h
r307 r490 194 194 bool ownobj; 195 195 }; 196 197 template <class T> 198 inline POutPersist& operator << (POutPersist& os, TMatrix<T> & obj) 199 { FIO_TMatrix<T> fio(&obj); fio.Write(os); return(os); } 200 template <class T> 201 inline PInPersist& operator >> (PInPersist& is, TMatrix<T> & obj) 202 { FIO_TMatrix<T> fio(&obj); fio.Read(is); return(is); } 196 203 197 204 /////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.