diff --git a/src/interpolation_caches.jl b/src/interpolation_caches.jl index 9e375f33..d0bfe26e 100644 --- a/src/interpolation_caches.jl +++ b/src/interpolation_caches.jl @@ -312,7 +312,7 @@ struct QuadraticSpline{uType, tType, IType, pType, kType, cType, scType, T, N} < I::IType p::QuadraticSplineParameterCache{pType} k::kType # knot vector - c::cType # 1D B-spline control points + c::cType # B-spline control points sc::scType # Spline coefficients (preallocated memory) extrapolate::Bool iguesser::Guesser{tType}