From d199b4b7d2e41a8ec4980bde831e48352d69ac37 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 26 Jun 2013 10:16:40 +0200 Subject: [PATCH] doc: fix typo --- doc/dynare.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index e1af6559b..5846f5acb 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -5530,10 +5530,10 @@ This command accepts the same options as @code{stoch_simul} @table @code -@item maxit = = @var{INTEGER} +@item maxit = @var{INTEGER} Determines the maximum number of iterations used in the non-linear solver. Default: @code{1000} -@item tolf = = @var{DOUBLE} +@item tolf = @var{DOUBLE} Convergence criterion for termination based on the function value. Iteration will cease when it proves impossible to improve the function value by more than tolf. Default: @code{1e-7} @end table