From 9c4dd1b1d0fc051fbc359bd4adf75bb69ade1eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 4 Jan 2023 15:00:12 +0100 Subject: [PATCH] Remove irrelevant comment [skip ci] --- mex/sources/block_trust_region/matlab_fcn_closure.F08 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mex/sources/block_trust_region/matlab_fcn_closure.F08 b/mex/sources/block_trust_region/matlab_fcn_closure.F08 index 398ac0b41..e066cf1b6 100644 --- a/mex/sources/block_trust_region/matlab_fcn_closure.F08 +++ b/mex/sources/block_trust_region/matlab_fcn_closure.F08 @@ -11,7 +11,7 @@ ! be set in order to give the input values for the indices that are not passed ! to matlab_fcn. -! Copyright © 2019-2022 Dynare Team +! Copyright © 2019-2023 Dynare Team ! ! This file is part of Dynare. ! @@ -51,7 +51,7 @@ contains type(c_ptr), dimension(2) :: call_lhs type(c_ptr), dimension(size(extra_args)+2) :: call_rhs - real(real64), dimension(:), pointer :: x_mat ! Needed to avoid gfortran ICE… + real(real64), dimension(:), pointer :: x_mat integer(c_int) :: nlhs integer(mwSize) :: n_all