Skip to content

Commit

Permalink
adress review
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 14, 2024
1 parent 70f6a32 commit cab9450
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ODE_nlsolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,5 @@ struct ODE_NLProb{NLProb, UNLProb, NLProbMap, NLProbPmap}
solved will be returned as-is.
"""
nlprobpmap::NLProbPmap

function ODE_NLProb(nlprob::I, update_nlprob!::J, nlprobmap::K,
nlprobpmap::L) where {I, J, K, L}
return new{I, J, K, L}(nlprob, update_nlprob!, nlprobmap, nlprobpmap)
end
end

0 comments on commit cab9450

Please sign in to comment.