SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
228 stars 41 forks source link

remove iip function parameter #234

Closed simonbyrne closed 11 months ago

simonbyrne commented 11 months ago

Fixes warning

┌ NonlinearSolve [8913a72c-1f9b-4ce2-8d82-65094dcecaec]
│  WARNING: method definition for #solve#52 at /central/scratch/esm/slurm-buildkite/climacore-ci/2648/depot/default/packages/NonlinearSolve/lOnjn/src/ad.jl:36 declares type variable iip but does not use it.
└  
ChrisRackauckas commented 11 months ago

Same as https://github.com/SciML/NonlinearSolve.jl/pull/233