| # | Line 125 | Line 125 | inline RealType RosenB(int n, RealType alpha) | |
|---|---|---|
| 125 | { | |
| 126 | RealType TheSum, Term; | |
| 127 | RealType RosenB_, PSinhRosenA, PCoshRosenA, PHyperRosenA; | |
| 128 | – | int nu; |
| 128 | bool IsPositive; | |
| 129 | if (alpha != 0.) | |
| 130 | { | |
| # | Line 206 | Line 205 | inline RealType sSTOCoulInt(RealType a, RealType b, in | |
| 205 | */ | |
| 206 | inline RealType sSTOCoulInt(RealType a, RealType b, int m, int n, RealType R) | |
| 207 | { | |
| 209 | – | int nu, p; |
| 208 | RealType x, K2; | |
| 209 | RealType Factor1, Factor2, Term, OneElectronTerm; | |
| 210 | RealType eps, epsi; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |