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


Ignore:
Timestamp:
Jan 4, 2006, 2:36:47 PM (20 years ago)
Author:
ansari
Message:

Modifs (ajout this->) pour compilation avec g++ 4 (V >= 3.4) - Reza 4 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/alm.h

    r2715 r2885  
    2626Alm(const TVector<T>& clin, const r_8 fwhm) ;
    2727/*! resize with a new lmax */
    28 inline void ReSizeToLmax(int_4 nlmax) {ReSizeRow(nlmax+1);}
    29 inline int_4 Lmax() const {return rowNumber()-1;}
     28inline void ReSizeToLmax(int_4 nlmax) {this->ReSizeRow(nlmax+1);}
     29inline int_4 Lmax() const {return this->rowNumber()-1;}
    3030TVector<T> powerSpectrum() const;
    3131
Note: See TracChangeset for help on using the changeset viewer.