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


Ignore:
Timestamp:
Nov 13, 2001, 4:29:59 PM (24 years ago)
Author:
lemeur
Message:

adaptation aus spheres theta-phi

File:
1 edited

Legend:

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

    r1683 r1756  
    1919    public :
    2020 
    21 Alm() : TriangularMatrix<complex<T> >()  {};
     21Alm() : TriangularMatrix<complex<T> >()  {;};
    2222    /* instanciate the class from the maximum value of the index \f$l\f$ in the sequence of the \f$a_{lm}\f$'s */
    2323Alm(int nlmax) : TriangularMatrix<complex<T> >(nlmax+1) {;}
Note: See TracChangeset for help on using the changeset viewer.