From 18c74cc295dde226c8dbda6965253e45aa73432a Mon Sep 17 00:00:00 2001 From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Fri, 26 Sep 2008 05:39:02 +0000 Subject: [PATCH] added missing ';' git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2113 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/PlotPosteriorDistributions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/PlotPosteriorDistributions.m b/matlab/PlotPosteriorDistributions.m index 190aaccf5d..cb66eb7f6d 100644 --- a/matlab/PlotPosteriorDistributions.m +++ b/matlab/PlotPosteriorDistributions.m @@ -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,:))]; -- GitLab