typo
This commit is contained in:
parent
87a64f5c73
commit
330a898b56
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ type CubicSpline struct {
|
||||||
|
|
||||||
// Slope of line before and after spline, for extrapolation.
|
// Slope of line before and after spline, for extrapolation.
|
||||||
// If a natural cubic spline is being used, these are set by Prepare.
|
// If a natural cubic spline is being used, these are set by Prepare.
|
||||||
// If instead FixedPreslope or FixePostslope is true, these are read by
|
// If instead FixedPreslope or FixedPostslope are true, these are read by
|
||||||
// Prepare to determine the moments.
|
// Prepare to determine the moments.
|
||||||
Preslope, Postslope float64
|
Preslope, Postslope float64
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue