From bdeeed54979c1fc2b5d3a456382f22f5769cf4e2 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Mon, 16 Aug 2021 14:18:45 +0200
Subject: [PATCH] Manual: correct default for optimizer following
 a5995aec03bf8ba57394dd37f878f2479516a6c5

(@stepan removed trailing space)

(cherry picked from commit 948e4e75408da743ce57e9937d8b42540ea90b5e)
---
 doc/manual/source/the-model-file.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index df054182fa..b7f37d5fb7 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -8466,7 +8466,8 @@ adding prior information comes at the cost of a loss in efficiency of the estima
     .. option:: mode_compute = INTEGER | FUNCTION_NAME
 
         See :opt:`mode_compute <mode_compute = INTEGER | FUNCTION_NAME>`.
-        Default: ``13``, i.e. ``lsqnonlin``.
+        Default: ``13``, i.e. ``lsqnonlin`` if the Matlab Optimization Toolbox or
+        the Octave optim-package are present, ``4``, i.e. ``csminwel`` otherwise.
 
     .. option:: additional_optimizer_steps = [INTEGER|FUNCTION_NAME,INTEGER|FUNCTION_NAME,...]
 
-- 
GitLab