From c7d82e0bf03ceb93ee218fe2dba674e48e4fa039 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Tue, 8 Oct 2013 11:02:46 +0200
Subject: [PATCH] Do not print H0.

---
 matlab/dynare_estimation_1.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m
index 49dfecfc8..dac8a0f4d 100644
--- a/matlab/dynare_estimation_1.m
+++ b/matlab/dynare_estimation_1.m
@@ -294,7 +294,6 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
             analytic_grad=[];
         end
         % Call csminwell.
-        H0
         [fval,xparam1,grad,hessian_csminwel,itct,fcount,retcodehat] = ...
             csminwel1(objective_function, xparam1, H0, analytic_grad, crit, nit, numgrad, epsilon, dataset_, options_, M_, estim_params_, bayestopt_, oo_);
         % Disp value at the mode.
-- 
GitLab