Skip to content
Snippets Groups Projects
Commit 4030c09f authored by michel's avatar michel
Browse files

merged change set 2113 from trunk

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2114 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 48f0076b
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ for i=1:npar
eval(['pmod = oo_.posterior_mode.measurement_errors_std.' name ';'])
end
elseif i <= nvx+nvn+ncx
j = i - (nvx+nvn)
j = i - (nvx+nvn);
k1 = estim_params_.corrx(j,1);
k2 = estim_params_.corrx(j,2);
name = [deblank(M_.exo_names(k1,:)) '_' deblank(M_.exo_names(k2,:))];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment