ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/RealSphericalHarmonic.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/math/RealSphericalHarmonic.cpp (file contents):
Revision 1651 by gezelter, Tue Oct 26 22:25:02 2004 UTC vs.
Revision 1689 by chrisfen, Fri Oct 29 22:28:45 2004 UTC

# Line 14 | Line 14 | double RealSphericalHarmonic::getValueAt(double costhe
14    
15    // associated Legendre polynomial
16    p = LegendreP(L,M,costheta);
17 <  
17 >
18    if (functionType == RSH_SIN) {
19      phase = sin((double)M * phi);
20    } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines