| # | Line 83 | Line 83 | void CubicSpline::generate() { | |
|---|---|---|
| 83 | // d = vector of S'''(x_[i]+)/6 values (i < n). | |
| 84 | // Local variables: | |
| 85 | ||
| 86 | < | RealType fp1, fpn, h, p; |
| 86 | > | RealType fp1, fpn, p; |
| 87 | > | RealType h(0.0); |
| 88 | ||
| 89 | // make sure the sizes match | |
| 90 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |