Changeset 3613 in Sophya for trunk/SophyaProg/PrgMap/cl2map.cc


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

Adaptation a l'introduction de la suite des classes RandomGeneratorInterface et Cie , Reza 30/04/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgMap/cl2map.cc

    r3512 r3613  
    1414#include "fitsspherehealpix.h"
    1515#include "fitstarray.h"
     16
     17#include "randr48.h"
    1618
    1719/*!
     
    115117       << "' msph= " << msph << ") beam=" << beam*minute2rad << " rad" << endl;
    116118  // on cree la carte
    117   RandomGenerator rg;
     119  ThSDR48RandGen rg;
    118120  if (fgair) {
    119121    cout << " Setting random number generator seed (using time) " << endl;
Note: See TracChangeset for help on using the changeset viewer.