| # | Line 33 | Line 33 | class SHFunc { (protected) | |
|---|---|---|
| 33 | protected: | |
| 34 | ||
| 35 | double LegendreP (int l, int m, double x); | |
| 36 | < | double Fac (int n); |
| 36 | > | double Fact (double n); |
| 37 | ||
| 38 | int L; | |
| 39 | int M; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |