Skip to content

Commit 3108d0c

Browse files
committed
feat: add macro compatible ParametrizedInterpolation
note that this does not fully support all the things that the non-macro version can do
1 parent 6c2e89d commit 3108d0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Blocks/sources.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,3 +870,7 @@ function ParametrizedInterpolation(
870870
systems = [input, output],
871871
name)
872872
end
873+
874+
function ParametrizedInterpolation(; interp_type, u::AbstractVector, x::AbstractVector, name)
875+
ParametrizedInterpolation(interp_type, u, x; name)
876+
end

0 commit comments

Comments
 (0)