This commit is contained in:
Josh Deprez 2021-10-04 18:49:34 +11:00
parent 87a64f5c73
commit 330a898b56

View file

@ -76,7 +76,7 @@ type CubicSpline struct {
// Slope of line before and after spline, for extrapolation.
// 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.
Preslope, Postslope float64