Skip to content

Commit

Permalink
fixed return type of callback
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Mar 27, 2024
1 parent f240cd4 commit d347a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/test/tH5P_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MODULE test_genprop_cls_cb1_mod

CONTAINS

INTEGER FUNCTION test_genprop_cls_cb1_f(list_id, create_data ) bind(C)
INTEGER(KIND=C_INT) FUNCTION test_genprop_cls_cb1_f(list_id, create_data ) bind(C)

IMPLICIT NONE

Expand Down

0 comments on commit d347a2b

Please sign in to comment.