mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 04:43:57 +01:00
fix typos
This commit is contained in:
parent
4549276e86
commit
1bfc8d0c6c
@ -617,7 +617,7 @@ interface
|
|||||||
integer function trexio_set_one_based(trex_file) bind(C)
|
integer function trexio_set_one_based(trex_file) bind(C)
|
||||||
use, intrinsic :: iso_c_binding
|
use, intrinsic :: iso_c_binding
|
||||||
integer(8), intent(in), value :: trex_file
|
integer(8), intent(in), value :: trex_file
|
||||||
end function trexio_open_c
|
end function trexio_set_one_based
|
||||||
end interface
|
end interface
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
@ -1574,7 +1574,7 @@ contains
|
|||||||
endif
|
endif
|
||||||
rc = trexio_set_one_based(trexio_open)
|
rc = trexio_set_one_based(trexio_open)
|
||||||
if (rc /= TREXIO_SUCCESS) then
|
if (rc /= TREXIO_SUCCESS) then
|
||||||
call trexio_close(trexio_open)
|
rc = trexio_close(trexio_open)
|
||||||
trexio_open = 0_8
|
trexio_open = 0_8
|
||||||
endif
|
endif
|
||||||
end function trexio_open
|
end function trexio_open
|
||||||
|
Loading…
Reference in New Issue
Block a user