diff --git a/matlab/dynare_identification.m b/matlab/dynare_identification.m index 69fde1307..9a883e9d2 100644 --- a/matlab/dynare_identification.m +++ b/matlab/dynare_identification.m @@ -328,7 +328,7 @@ if iload <=0, else parameters = 'Random_prior_params'; end - else + end idehess_point.params=params; % siH = idemodel_point.siH; % siJ = idemoments_point.siJ; @@ -342,7 +342,6 @@ if iload <=0, if ~options_.nograph, plot_identification(params,idemoments_point,idehess_point,idemodel_point,idelre_point,advanced,parameters,name,IdentifDirectoryName); end - end if SampleSize > 1, skipline()