Skip to content

Commit de67162

Browse files
committed
correct Fortran calls to include comment as C_NULL_PTR
1 parent aab614d commit de67162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libextxyz/fextxyz.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function extxyz_read_ll(kv_grammar, fp, nat, info, arrays, comment) bind(c)
6868
type(C_PTR), value :: kv_grammar, fp
6969
integer(kind=C_INT) :: nat
7070
type(C_PTR) :: info, arrays
71-
character(kind=C_CHAR) :: comment(*)
71+
type(C_PTR), value :: comment
7272
end function extxyz_read_ll
7373

7474
function extxyz_write_ll(fp, nat, info, arrays) bind(c)

0 commit comments

Comments
 (0)