From 885f7b000e3a8c034ef5cba1a7913992aee9308a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 19 Mar 2021 19:11:06 +0100 Subject: [PATCH] Fixed Fortran interface --- src/qmckl_error.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qmckl_error.org b/src/qmckl_error.org index 595814f..403e22f 100644 --- a/src/qmckl_error.org +++ b/src/qmckl_error.org @@ -181,11 +181,11 @@ void qmckl_string_of_error(qmckl_exit_code error, char string[<>), intent(out) :: string - end function qmckl_string_of_error + integer (c_int32_t), intent(in), value :: error + character, intent(out) :: string(<>) + end subroutine qmckl_string_of_error end interface #+end_src