Skip to content
Snippets Groups Projects
Verified Commit 7f5d8b81 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

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

Hessian needs to be empty for newrat
parent f0b10ca9
Branches
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ function [fval,info,exit_flag,fake_1,fake_2] = minus_logged_prior_density(xparam ...@@ -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 % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>. % along with Dynare. If not, see <https://www.gnu.org/licenses/>.
fake_1 = 1; fake_1 = [];
fake_2 = 1; fake_2 = [];
exit_flag = 1; exit_flag = 1;
info = zeros(4,1); info = zeros(4,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment