Skip to content

Commit

Permalink
correct Fortran calls to include comment as C_NULL_PTR
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Sep 20, 2023
1 parent aab614d commit de67162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libextxyz/fextxyz.f90
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function extxyz_read_ll(kv_grammar, fp, nat, info, arrays, comment) bind(c)
type(C_PTR), value :: kv_grammar, fp
integer(kind=C_INT) :: nat
type(C_PTR) :: info, arrays
character(kind=C_CHAR) :: comment(*)
type(C_PTR), value :: comment
end function extxyz_read_ll

function extxyz_write_ll(fp, nat, info, arrays) bind(c)
Expand Down

0 comments on commit de67162

Please sign in to comment.