Changeset 810 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Apr 3, 2000, 7:46:32 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r719 r810 11 11 #include "pitvmaad.h" 12 12 13 #include "fioarr.h" 13 14 14 15 … … 59 60 TVector<T>* v = dynamic_cast<TVector<T> *>(mMtx); 60 61 if (v != NULL) { 61 FIO_T Vector<T> fio(v);62 FIO_TArray<T> fio(v); 62 63 fio.Write(pos, nom); 63 64 } 64 65 else { 65 FIO_T Matrix<T> fio(mMtx);66 FIO_TArray<T> fio(mMtx); 66 67 fio.Write(pos, nom); 67 68 }
Note:
See TracChangeset
for help on using the changeset viewer.