From e552b0c0e07bdb04b56dcbc48c8a4fa6347144e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 21 Sep 2012 22:12:15 +0200
Subject: [PATCH] Added fake outputs.

---
 matlab/minus_logged_prior_density.m | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/matlab/minus_logged_prior_density.m b/matlab/minus_logged_prior_density.m
index 8aafbd9e6..9fd6bdd67 100644
--- a/matlab/minus_logged_prior_density.m
+++ b/matlab/minus_logged_prior_density.m
@@ -1,4 +1,4 @@
-function [f,fake] = minus_logged_prior_density(xparams,pshape,p6,p7,p3,p4)
+function [f,fake_1, fake_2, fake_3] = minus_logged_prior_density(xparams,pshape,p6,p7,p3,p4)
 % Evaluates minus the logged prior density.
 % 
 % INPUTS 
@@ -28,5 +28,8 @@ function [f,fake] = minus_logged_prior_density(xparams,pshape,p6,p7,p3,p4)
 %
 % You should have received a copy of the GNU General Public License
 % along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
-fake = 1;
+fake_1 = 1;
+fake_2 = 1;
+fake_3 = 1;
+
 f = - priordens(xparams,pshape,p6,p7,p3,p4);
\ No newline at end of file
-- 
GitLab