Skip to content

Commit baf9b7a

Browse files
one last one
1 parent cf623aa commit baf9b7a

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_NLProbData{NLProb, UNLProb, SetGammaC, SetOuterTmp, SetInnerTmp, NLProbMap}
6+
struct ODENLStepData{NLProb, UNLProb, SetGammaC, SetOuterTmp, SetInnerTmp, NLProbMap}
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)