added missing ';'

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2113 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-09-26 05:39:02 +00:00
parent a03af050af
commit 18c74cc295
1 changed files with 1 additions and 1 deletions

View File

@ -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,:))];