From 4030c09f271abfceb978ca94c512cf528a995ce8 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Fri, 26 Sep 2008 06:01:05 +0000
Subject: [PATCH] merged change set 2113 from trunk

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2114 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