Skip to content

Commit b97346c

Browse files
committed
interpolant defaults to error
1 parent 9b23e84 commit b97346c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interpolation.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ times t (sorted), with values u and derivatives ks
248248
end
249249
end
250250

251-
251+
@inline function interpolant(Θ,id::AbstractDiffEqInterpolation,dt,y₀,y₁,dy₀,dy₁,idxs,::Type{Val{D}}) where D
252+
error("$(string(typeof(id))) for $(D)th order not implemented")
253+
end
252254
##################### Hermite Interpolants
253255

254256
"""

0 commit comments

Comments
 (0)