Skip to content

Commit 8e2c75b

Browse files
farhadrclassdpo
andauthored
Apply suggestion from @dpo
Co-authored-by: Dominique <[email protected]>
1 parent 7b0a561 commit 8e2c75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2NLS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mutable struct QRMumpsSolver{T} <: AbstractQRMumpsSolver
105105

106106
closed::Bool # Avoid double-destroy
107107

108-
function QRMumpsSolver(nlp::AbstractNLSModel{T}) where {T}
108+
function QRMumpsSolver(nls::AbstractNLSModel{T}) where {T}
109109
# Safely initialize QRMumps library
110110
qrm_init()
111111

0 commit comments

Comments
 (0)