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

Comparing trunk/OOPSE-4/src/math/SphericalHarmonic.hpp (file contents):
Revision 3010 by gezelter, Wed Sep 20 22:16:23 2006 UTC vs.
Revision 3011 by gezelter, Thu Sep 21 14:45:08 2006 UTC

# Line 73 | Line 73 | namespace oopse {
73      void setM(int theM) { M = theM; };
74      int getM() { return M; }
75      
76    void setCoefficient(ComplexType co) {coefficient = co;}
77    ComplexType getCoefficient() {return coefficient;}
76      ComplexType getValueAt(RealType costheta, RealType phi);
77      
78    protected:
79      
80      RealType LegendreP (int l, int m, RealType x);
81      RealType Legendre (int l, int m, RealType x);
82 +    RealType Ptilde (int l, int m, RealType x);
83      RealType mpow (int j);
84      RealType Fact (int j);
85      
86      int L;
87      int M;
89    ComplexType coefficient;
88      
89    };
90   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines