Ignore:
Timestamp:
Apr 3, 2000, 7:46:32 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptation modifs TArray<T>,PPersist - Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomtmatvecadapter.cc

    r719 r810  
    1111#include "pitvmaad.h"
    1212
     13#include "fioarr.h"
    1314
    1415
     
    5960TVector<T>* v = dynamic_cast<TVector<T> *>(mMtx);
    6061if (v != NULL) {
    61   FIO_TVector<T> fio(v);
     62  FIO_TArray<T> fio(v);
    6263  fio.Write(pos, nom);
    6364  }
    6465else {
    65   FIO_TMatrix<T> fio(mMtx);
     66  FIO_TArray<T> fio(mMtx);
    6667  fio.Write(pos, nom);
    6768  }
Note: See TracChangeset for help on using the changeset viewer.