Changeset 2885 in Sophya for trunk/SophyaLib/Samba


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

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

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

    r2872 r2885  
    2222
    2323  //alm.ReSize(nlmax);
    24   ReSizeRow(nlmax+1);
     24  this->ReSizeRow(nlmax+1);
    2525
    2626  r_8 sig_smooth = fwhm/sqrt(8.*log(2.))/(60.*180.)* M_PI;
  • 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.