Skip to content
Snippets Groups Projects
Commit 18c74cc2 authored by michel's avatar michel
Browse files

added missing ';'

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2113 ac1d8469-bf42-47a9-8791-bf33cf982152
parent a03af050
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