Updated the call to set_prior with M_ and options_ inputs

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2254 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2008-11-12 13:13:24 +00:00
parent 1160ea9161
commit a02e66e12c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ pnames = [' ';'beta ';'gamm ';'norm ';'invg ';'unif ';'invg2'];
n_varobs = size(options_.varobs,1);
if ~isempty(estim_params_)
[xparam1,estim_params_,bayestopt_,lb,ub] = set_prior(estim_params_);
[xparam1,estim_params_,bayestopt_,lb,ub, M_] = set_prior(estim_params_, M_, options_);
if any(bayestopt_.pshape > 0)
if options_.mode_compute