From cfc7149d17e5ec8db6aeeaaf1261c19bc1ad37a9 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Sat, 21 Mar 2009 15:27:42 +0000
Subject: [PATCH] 4.0: fixing yet another bug in calling arguments

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2500 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/dynare_estimation_1.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m
index 4841dce758..abad83e70a 100644
--- a/matlab/dynare_estimation_1.m
+++ b/matlab/dynare_estimation_1.m
@@ -964,7 +964,7 @@ if (any(bayestopt_.pshape  >0 ) & options_.mh_replic) | ...
       oo_ = compute_moments_varendo(options_,M_,oo_,var_list_);
   end
   if options_.smoother | ~isempty(options_.filter_step_ahead) | options_.forecast
-    prior_posterior_statistics('posterior',data);
+    prior_posterior_statistics('posterior',data,gend);
   end
   xparam = get_posterior_parameters('mean');
   set_all_parameters(xparam);
-- 
GitLab