bug: minus_logged_prior_density.m: fix expected dimension of unused output arguments

Hessian needs to be empty for newrat
kalman-mex
Johannes Pfeifer 2023-10-08 20:18:59 +02:00 committed by Sébastien Villemot
parent f0b10ca9df
commit 7f5d8b81c2
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ function [fval,info,exit_flag,fake_1,fake_2] = minus_logged_prior_density(xparam
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
fake_1 = 1;
fake_2 = 1;
fake_1 = [];
fake_2 = [];
exit_flag = 1;
info = zeros(4,1);