Changeset 3602 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Apr 28, 2009, 5:24:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r3585 r3602 16 16 17 17 #include "stsrand.h" 18 #include "randr48.h" 19 #include "randfmt.h" 18 20 19 21 #include "fiosegdb.h" … … 101 103 PPRegister(ObjFileIO<RandomGenerator>); 102 104 DObjRegister(ObjFileIO<RandomGenerator>, RandomGenerator); 105 PPRegister(ObjFileIO<DR48RandGen>); 106 DObjRegister(ObjFileIO<DR48RandGen>,DR48RandGen ); 107 PPRegister(ObjFileIO<ThSDR48RandGen>); 108 DObjRegister(ObjFileIO<ThSDR48RandGen>, ThSDR48RandGen); 109 PPRegister(ObjFileIO<FMTRandGen>); 110 DObjRegister(ObjFileIO<FMTRandGen>, FMTRandGen); 103 111 104 112 // Enregistrement des handlers PPF pour les SegDataBlock<T>
Note:
See TracChangeset
for help on using the changeset viewer.