From f8543c0a97aa4550a6a982b319f5cefebdf9e7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Fri, 21 Feb 2014 12:23:36 +0100 Subject: [PATCH] Fixed typo. --- matlab/dynare_estimation_1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 9f3ad5f7f..83d504e15 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -288,7 +288,7 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation nit = options_list{i,2}; case 'InitialInverseHessian' H0 = eval(options_list{i,2}); - case '''TolFun''' + case 'TolFun' crit = options_list{i,2}; case 'NumgradAlgorithm' numgrad = options_list{i,2};