Fixed typo.

time-shift
Stéphane Adjemian (Scylla) 2014-02-21 12:23:36 +01:00
parent e1308a8192
commit f8543c0a97
1 changed files with 1 additions and 1 deletions

View File

@ -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};