We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0a561 commit 8e2c75bCopy full SHA for 8e2c75b
src/R2NLS.jl
@@ -105,7 +105,7 @@ mutable struct QRMumpsSolver{T} <: AbstractQRMumpsSolver
105
106
closed::Bool # Avoid double-destroy
107
108
- function QRMumpsSolver(nlp::AbstractNLSModel{T}) where {T}
+ function QRMumpsSolver(nls::AbstractNLSModel{T}) where {T}
109
# Safely initialize QRMumps library
110
qrm_init()
111
0 commit comments