Remove irrelevant comment

[skip ci]
estimate-initial-state
Sébastien Villemot 2023-01-04 15:00:12 +01:00
parent f93a7f7192
commit 9c4dd1b1d0
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -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