Changeset 804 in Sophya for trunk/SophyaLib/TArray/fioarr.h
- Timestamp:
- Apr 3, 2000, 7:36:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/fioarr.h
r772 r804 9 9 #include <iostream.h> 10 10 #include "tarray.h" 11 #include "tmatrix.h" 12 #include "tvector.h" 11 13 #include "ppersist.h" 12 14 … … 39 41 { FIO_TArray<T> fio(&obj); fio.Read(is); return(is); } 40 42 43 41 44 } // Fin du namespace 42 45
Note:
See TracChangeset
for help on using the changeset viewer.