Ignore:
Timestamp:
Oct 11, 2001, 5:22:03 PM (24 years ago)
Author:
lemeur
Message:

methode iterative pour analyse harmonique

File:
1 edited

Legend:

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

    r1428 r1683  
    7171      cth_=cos(theta);
    7272      sth_=sin(theta);
     73      array_init(lmax, mmax);
     74    }
     75LambdaLMBuilder::LambdaLMBuilder(r_8 costet, r_8 sintet,int_4 lmax, int_4 mmax)
     76    {
     77      cth_=costet;
     78      sth_=sintet;
    7379      array_init(lmax, mmax);
    7480    }
Note: See TracChangeset for help on using the changeset viewer.