Skip to content

Commit d60447d

Browse files
committed
add resid_prototype for ImplicitDiscreteFunction
1 parent be10c6f commit d60447d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scimlfunctions.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,12 +973,13 @@ For more details on this argument, see the ODEFunction documentation.
973973
974974
The fields of the ImplicitDiscreteFunction type directly match the names of the inputs.
975975
"""
976-
struct ImplicitDiscreteFunction{iip, specialize, F, Ta, O, SYS, ID} <:
976+
struct ImplicitDiscreteFunction{iip, specialize, F, Ta, O, SYS, RP, ID} <:
977977
AbstractDiscreteFunction{iip}
978978
f::F
979979
analytic::Ta
980980
observed::O
981981
sys::SYS
982+
resid_prototype::RP
982983
initialization_data::ID
983984
end
984985

0 commit comments

Comments
 (0)