From 533bcfd69411ece417f1da5ca5561565f8328f62 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 17 Feb 2025 11:22:38 +0100 Subject: [PATCH] Avoid incorrect member reference warning Change-Id: I6f1b271c3a7b805dd4e539d0d44e2cbc626ef1f7 --- docs/source/nnls_solving.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/nnls_solving.rst b/docs/source/nnls_solving.rst index bc0e16a57..236af8e41 100644 --- a/docs/source/nnls_solving.rst +++ b/docs/source/nnls_solving.rst @@ -909,8 +909,8 @@ then no iterative refinement is performed. Usually 1-3 refinement iterations are enough, depending upon the conditioning of your problem. -If :member:`Solver::Options::max_num_refinement_iterations = 0`, then -the Gauss-Newton step is computed in single precision. +If :member:`Solver::Options::max_num_refinement_iterations` is 0, then the +Gauss-Newton step is computed in single precision. .. _section-preconditioner: