Skip to content

Commit

Permalink
Update ODE_nlsolve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 14, 2024
1 parent 1c1e31b commit 39be7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ODE_nlsolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A collection of all the data required for custom ODE Nonlinear problem solving
"""
struct ODE_NLProb{NLProb, UNLProb, NLProbMap, NLProbPmap}
struct ODE_NLProbData{NLProb, UNLProb, NLProbMap, NLProbPmap}
"""
The `AbstractNonlinearProblem` to define custom nonlinear problems to be used for
implicit time discretizations. This allows to use extra structure of the ODE function (e.g.
Expand Down

0 comments on commit 39be7e4

Please sign in to comment.