Ignore:
Timestamp:
Apr 30, 2009, 7:06:50 PM (16 years ago)
Author:
ansari
Message:

Suite modifs / adaptation avec l'introduction de la suite des classes RandomGeneratorInterface et Cie , Reza 30/04/2009

File:
1 edited

Legend:

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

    r3611 r3612  
    1515#include "dvlist.h"
    1616
    17 #include "stsrand.h"
    1817#include "randr48.h"
    1918#include "randfmt.h"
     
    2322
    2423#include "sversion.h"
    25 
    26 #include "randr48.h"
    2724
    2825#include <iostream>
     
    7168
    7269  // --- Les generateurs aleatoires ...
    73   DR48RandGen* grgp = new  DR48RandGen;
     70  DR48RandGen* grgp = new  ThSDR48RandGen;
    7471  RandomGeneratorInterface::SetGlobalRandGenP(grgp);
    7572
     
    109106
    110107  // Enregistrement des handlers PPF pour les RandomGenerator
    111   PPRegister(ObjFileIO<RandomGenerator>);
    112   DObjRegister(ObjFileIO<RandomGenerator>, RandomGenerator);
    113108  PPRegister(ObjFileIO<DR48RandGen>);
    114109  DObjRegister(ObjFileIO<DR48RandGen>,DR48RandGen );
Note: See TracChangeset for help on using the changeset viewer.