Changeset 3613 in Sophya for trunk/SophyaLib/Samba/alm.h


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/SophyaLib/Samba/alm.h

    r3510 r3613  
    66#define ALM_SEEN
    77
    8 #include "stsrand.h"
     8#include "randinterf.h"
    99#include "nbmath.h"
    1010#include "triangmtx.h"
     
    2626  Alm(const TVector<T> & clin, const r_8 fwhm) ;
    2727//! Constructor, generates alm from a cl vector, using the specified random generator object
    28   Alm(const TVector<T> & clin, const r_8 fwhm, RandomGenerator & rg);
     28  Alm(const TVector<T> & clin, const r_8 fwhm, RandomGeneratorInterface& rg);
    2929
    3030//! Resize with a new lmax
     
    4141
    4242private:
    43   void GenFromCl(const TVector<T> & clin, const r_8 fwhm, RandomGenerator& rg);
     43  void GenFromCl(const TVector<T> & clin, const r_8 fwhm, RandomGeneratorInterface& rg);
    4444};
    4545
Note: See TracChangeset for help on using the changeset viewer.