Changeset 865 in Sophya


Ignore:
Timestamp:
Apr 10, 2000, 4:18:57 PM (25 years ago)
Author:
ansari
Message:

mise a jour 04/2000

File:
1 edited

Legend:

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

    r833 r865  
    7272      for (int m=1; m<=l; m++)
    7373        {
    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() );
    7676        }
    7777      pow(l)/=(2.*l+1.);
Note: See TracChangeset for help on using the changeset viewer.