Changeset 865 in Sophya
- Timestamp:
- Apr 10, 2000, 4:18:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.cc
r833 r865 72 72 for (int m=1; m<=l; m++) 73 73 { 74 pow(l)+=2.*( (*this)(l,m) ).real()*( (*this)(l,m)).real()+75 2.*( (*this)(l,m) ).imag()*( (*this)(l,m) ).imag();74 pow(l)+=2.*( (*this)(l,m).real()*(*this)(l,m).real()+ 75 (*this)(l,m).imag()*(*this)(l,m).imag() ); 76 76 } 77 77 pow(l)/=(2.*l+1.);
Note:
See TracChangeset
for help on using the changeset viewer.