Changeset 3615 in Sophya for trunk/Cosmo/SimLSS/cmvtstsch.cc


Ignore:
Timestamp:
May 1, 2009, 1:34:31 PM (16 years ago)
Author:
cmv
Message:

Modifs relatives a l'introduction de RandomGeneratorInterface + delete de srandgen.c, cmv 01/05/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/cmvtstsch.cc

    r3572 r3615  
    77#include <math.h>
    88#include <unistd.h>
     9#include "sophyainit.h"
    910#include "timing.h"
    1011#include "histos.h"
     
    3536int main(int narg,char *arg[])
    3637{
     38SophyaInit();
    3739 double h75 = 0.71 / 0.75;
    3840 double nstar = 0.006*pow(h75,3.);  // 
     
    6668     break;
    6769   case 'a' :
    68      Auto_Ini_Ranf(5);
     70     AutoInitRand(5);
    6971     break;
    7072   case 'h' :
Note: See TracChangeset for help on using the changeset viewer.