From 0658d1601937732c56c5af2ca9540bb45b5d6e18 Mon Sep 17 00:00:00 2001 From: Bart de Koning Date: Tue, 12 Nov 2024 11:32:38 +0100 Subject: [PATCH] nit --- src/interpolation_caches.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}