Changeset 864 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Apr 10, 2000, 4:17:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/lambdaBuilder.h
r729 r864 6 6 #include "tvector.h" 7 7 #include "alm.h" 8 9 10 namespace SOPHYA { 8 11 9 12 /*! … … 62 65 LambdaLMBuilder() {} 63 66 LambdaLMBuilder(r_8 theta,int_4 lmax, int_4 mmax); 64 ~LambdaLMBuilder() {};67 virtual ~LambdaLMBuilder() {}; 65 68 66 69 /*! return the value of the coefficient \f$ \lambda_l^m \f$ */ … … 190 193 TriangularMatrix<r_8> lamMlm_; 191 194 192 193 194 195 }; 195 196 197 } // Fin du namespace 198 196 199 #endif
Note:
See TracChangeset
for help on using the changeset viewer.