Changeset 2885 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Jan 4, 2006, 2:36:47 PM (20 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.cc
r2872 r2885 22 22 23 23 //alm.ReSize(nlmax); 24 ReSizeRow(nlmax+1);24 this->ReSizeRow(nlmax+1); 25 25 26 26 r_8 sig_smooth = fwhm/sqrt(8.*log(2.))/(60.*180.)* M_PI; -
trunk/SophyaLib/Samba/alm.h
r2715 r2885 26 26 Alm(const TVector<T>& clin, const r_8 fwhm) ; 27 27 /*! resize with a new lmax */ 28 inline void ReSizeToLmax(int_4 nlmax) { ReSizeRow(nlmax+1);}29 inline int_4 Lmax() const {return rowNumber()-1;}28 inline void ReSizeToLmax(int_4 nlmax) {this->ReSizeRow(nlmax+1);} 29 inline int_4 Lmax() const {return this->rowNumber()-1;} 30 30 TVector<T> powerSpectrum() const; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.