1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Fixed fortran interface

This commit is contained in:
Anthony Scemama 2021-03-19 19:05:02 +01:00
parent 135c27c2ef
commit 170fc770f5

View File

@ -184,7 +184,7 @@ void qmckl_string_of_error(qmckl_exit_code error, char string[<<MAX_STRING_LENGT
type (c_ptr) function qmckl_string_of_error (error, string) bind(C)
use, intrinsic :: iso_c_binding
integer (c_int32_t), intent(in), value :: error
character*(<<MAX_STRING_LENTH()>>), intent(out) :: string
character*(<<MAX_STRING_LENGTH()>>), intent(out) :: string
end function qmckl_string_of_error
end interface
#+end_src