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/lambdaBuilder.h

    r1683 r1756  
    6060
    6161
    62  static TriangularMatrix<r_8>* a_recurrence_;
     62 // static TriangularMatrix<r_8>* a_recurrence_;
     63 static TriangularMatrix<r_8> a_recurrence_;
    6364 TriangularMatrix<r_8> lambda_;
    6465
     
    6768 void updateArrayLamNorm();
    6869
    69  static  TriangularMatrix<r_8>* lam_fact_;
     70 // static  TriangularMatrix<r_8>* lam_fact_;
     71 static  TriangularMatrix<r_8> lam_fact_;
    7072 static  TVector<r_8>*  normal_l_;
    7173 int_4 lmax_;
Note: See TracChangeset for help on using the changeset viewer.