From 6c480723eddde68cf67a31a3190d605eeaf91426 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 10 May 2011 14:49:39 +0200
Subject: [PATCH] Ref. manual: mention MATLAB's optimization toolbox for
 mode_compute=7

---
 doc/dynare.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 109ffc8dcf..d113f1a277 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -3659,10 +3659,10 @@ Uses a Monte-Carlo based optimization routine (see
 wiki} for more details)
 
 @item 7
-Uses @code{fminsearch}, a simplex based optimization routine
-(available under Octave if the
-@uref{http://octave.sourceforge.net/optim/,optim} package from
-Octave-Forge is installed)
+Uses @code{fminsearch}, a simplex based optimization routine (available
+under MATLAB if the optimization toolbox is installed; available under
+Octave if the @uref{http://octave.sourceforge.net/optim/,optim}
+package from Octave-Forge is installed)
 
 @item @var{FUNCTION_NAME}
 It is also possible to give a @var{FUNCTION_NAME} to this option,
-- 
GitLab