From 2005f292e5284ee82a829560e40ca08972c17636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 15 Dec 2023 14:54:23 +0100 Subject: [PATCH] Fix syntax error Detected by MATLAB Code Analyzer app. --- matlab/estimation/maximize_prior_density.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/estimation/maximize_prior_density.m b/matlab/estimation/maximize_prior_density.m index bc27db40a8..5c47e1a3c6 100644 --- a/matlab/estimation/maximize_prior_density.m +++ b/matlab/estimation/maximize_prior_density.m @@ -54,7 +54,7 @@ function [xparams, lpd, hessian_mat] = ... names, ... [], ... [], ... - Prior, + Prior, ... options_, ... M_, ... estim_params_, ... -- GitLab