Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Oct 14, 2024
1 parent 8c387f6 commit 4e80722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ numerically-defined functions.
"""
struct ODEFunction{iip, specialize, F, TMM, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, TWt, WP, TPJ,
O, TCV, SYS, IProb, IProbMap,
NLF, NLSC, NLISC} <: AbstractODEFunction{iip}
NLF} <: AbstractODEFunction{iip}
f::F
mass_matrix::TMM
analytic::Ta
Expand Down Expand Up @@ -520,7 +520,7 @@ information on generating the SplitFunction from this symbolic engine.
struct SplitFunction{
iip, specialize, F1, F2, TMM, C, Ta, Tt, TJ, JVP, VJP, JP, SP, TW, TWt,
TPJ, O, TCV, SYS, IProb, IProbMap,
NLF, NLSC, NLISC} <: AbstractODEFunction{iip}
NLF} <: AbstractODEFunction{iip}
f1::F1
f2::F2
mass_matrix::TMM
Expand Down

0 comments on commit 4e80722

Please sign in to comment.