Ignore:
Timestamp:
Apr 28, 1999, 3:36:07 PM (26 years ago)
Author:
ansari
Message:

Amelioration (?) ObjFileIO<T> Reza 28/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/peidainit.cc

    r269 r277  
    55#include "ppersist.h"
    66#include "peidainit.h"
     7#include "ndatablock.h"
     8#include "complex"
     9
    710// ---  Classe d'initialisation de PEIDA++, (PPersistMgr en particulier)
    811int PeidaInitiator::FgInit = 0;
     
    2427
    2528  PIOPersist::Initialize();
     29  PPRegister(FIO_NDataBlock<uint_1>);
     30  PPRegister(FIO_NDataBlock<uint_2>);
     31  PPRegister(FIO_NDataBlock<int_2>);
     32  PPRegister(FIO_NDataBlock<int_4>);
     33  PPRegister(FIO_NDataBlock<int_8>);
     34  PPRegister(FIO_NDataBlock<uint_4>);
     35  PPRegister(FIO_NDataBlock<uint_8>);
     36  PPRegister(FIO_NDataBlock<r_4>);
     37  PPRegister(FIO_NDataBlock<r_4>);
     38  PPRegister(FIO_NDataBlock< complex<float> >);
     39  PPRegister(FIO_NDataBlock< complex<double> >);
     40
    2641//DEL  PPersistMgr::classList = new PPersistMgr::ClassList;
    2742//DEL  PShPersist::objList    = new PShPersist::ObjList;
Note: See TracChangeset for help on using the changeset viewer.