Changeset 1683 in Sophya for trunk/SophyaLib/Samba/lambdaBuilder.cc
- Timestamp:
- Oct 11, 2001, 5:22:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/lambdaBuilder.cc
r1428 r1683 71 71 cth_=cos(theta); 72 72 sth_=sin(theta); 73 array_init(lmax, mmax); 74 } 75 LambdaLMBuilder::LambdaLMBuilder(r_8 costet, r_8 sintet,int_4 lmax, int_4 mmax) 76 { 77 cth_=costet; 78 sth_=sintet; 73 79 array_init(lmax, mmax); 74 80 }
Note:
See TracChangeset
for help on using the changeset viewer.