Changeset 277 in Sophya for trunk/SophyaLib/BaseTools/peidainit.cc
- Timestamp:
- Apr 28, 1999, 3:36:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/peidainit.cc
r269 r277 5 5 #include "ppersist.h" 6 6 #include "peidainit.h" 7 #include "ndatablock.h" 8 #include "complex" 9 7 10 // --- Classe d'initialisation de PEIDA++, (PPersistMgr en particulier) 8 11 int PeidaInitiator::FgInit = 0; … … 24 27 25 28 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 26 41 //DEL PPersistMgr::classList = new PPersistMgr::ClassList; 27 42 //DEL PShPersist::objList = new PShPersist::ObjList;
Note:
See TracChangeset
for help on using the changeset viewer.