Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 12, 2024
1 parent f4c03b8 commit 0658d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpolation_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0658d16

Please sign in to comment.