Changeset 3613 in Sophya for trunk/SophyaLib/Samba/alm.h
- Timestamp:
- Apr 30, 2009, 7:07:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.h
r3510 r3613 6 6 #define ALM_SEEN 7 7 8 #include " stsrand.h"8 #include "randinterf.h" 9 9 #include "nbmath.h" 10 10 #include "triangmtx.h" … … 26 26 Alm(const TVector<T> & clin, const r_8 fwhm) ; 27 27 //! Constructor, generates alm from a cl vector, using the specified random generator object 28 Alm(const TVector<T> & clin, const r_8 fwhm, RandomGenerator 28 Alm(const TVector<T> & clin, const r_8 fwhm, RandomGeneratorInterface& rg); 29 29 30 30 //! Resize with a new lmax … … 41 41 42 42 private: 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); 44 44 }; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.