From ff38cbdd5d8b54a75b99196761ea73c34d4f25d9 Mon Sep 17 00:00:00 2001 From: stepan Date: Tue, 7 Apr 2009 11:13:43 +0000 Subject: [PATCH] Bug fix. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2562 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/prior_draw.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/prior_draw.m b/matlab/prior_draw.m index 6614b0829..2c42f5817 100644 --- a/matlab/prior_draw.m +++ b/matlab/prior_draw.m @@ -42,6 +42,7 @@ if nargin>0 && init p7 = prior_structure.p7; p3 = prior_structure.p3; p4 = prior_structure.p4; + prior_shape = prior_structure.pshape ; number_of_estimated_parameters = length(p6); beta_index = find(prior_shape==1); beta_draws = 1;