We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353d7be commit 5d21dbcCopy full SHA for 5d21dbc
src/maketype.jl
@@ -85,3 +85,6 @@ function maketype(name,param_dict,origex,funcs,syms,fex;
85
# Make the type instance using the default constructor
86
typeex,constructorex,callex,callex2
87
end
88
+
89
+DiffEqBase.has_Wfact(::DiffEqBase.AbstractParameterizedFunction) = false
90
+DiffEqBase.has_Wfact_t(::DiffEqBase.AbstractParameterizedFunction) = false
0 commit comments