Skip to content

Commit cab9450

Browse files
author
Oscar Smith
authored
adress review
1 parent 70f6a32 commit cab9450

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ODE_nlsolve.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,5 @@ struct ODE_NLProb{NLProb, UNLProb, NLProbMap, NLProbPmap}
4242
solved will be returned as-is.
4343
"""
4444
nlprobpmap::NLProbPmap
45-
46-
function ODE_NLProb(nlprob::I, update_nlprob!::J, nlprobmap::K,
47-
nlprobpmap::L) where {I, J, K, L}
48-
return new{I, J, K, L}(nlprob, update_nlprob!, nlprobmap, nlprobpmap)
49-
end
5045
end
5146

0 commit comments

Comments
 (0)