Skip to content

Commit 5d21dbc

Browse files
assert no has_Wfact
1 parent 353d7be commit 5d21dbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/maketype.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ function maketype(name,param_dict,origex,funcs,syms,fex;
8585
# Make the type instance using the default constructor
8686
typeex,constructorex,callex,callex2
8787
end
88+
89+
DiffEqBase.has_Wfact(::DiffEqBase.AbstractParameterizedFunction) = false
90+
DiffEqBase.has_Wfact_t(::DiffEqBase.AbstractParameterizedFunction) = false

0 commit comments

Comments
 (0)