Avoid incorrect member reference warning

Change-Id: I6f1b271c3a7b805dd4e539d0d44e2cbc626ef1f7
This commit is contained in:
Sergiu Deitsch
2025-02-17 11:22:38 +01:00
parent f86747f66d
commit 533bcfd694
+2 -2
View File
@@ -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: