Skip to content
Snippets Groups Projects
Commit f6f96be0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix bug introduced in previous commit

parent 8619ec78
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,11 @@ function dynare_estimation_1(var_list_,dname)
global M_ options_ oo_ estim_params_ bayestopt_
if nargin > 1
[data,rawdata,xparam1] = dynare_estimation_init(var_list_,dname);
else
[data,rawdata,xparam1] = dynare_estimation_init(var_list_);
end
%% Set various options.
options_ = set_default_option(options_,'mh_nblck',2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment