Skip to content

Commit 39be7e4

Browse files
author
Oscar Smith
authored
Update ODE_nlsolve.jl
1 parent 1c1e31b commit 39be7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ODE_nlsolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
A collection of all the data required for custom ODE Nonlinear problem solving
55
"""
6-
struct ODE_NLProb{NLProb, UNLProb, NLProbMap, NLProbPmap}
6+
struct ODE_NLProbData{NLProb, UNLProb, NLProbMap, NLProbPmap}
77
"""
88
The `AbstractNonlinearProblem` to define custom nonlinear problems to be used for
99
implicit time discretizations. This allows to use extra structure of the ODE function (e.g.

0 commit comments

Comments
 (0)