diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5f90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index c7cc67b..40dbfe7 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -896,7 +896,7 @@ extern int_f nh5eset_auto_c(int_f* printflag); #ifdef DF_CAPFNAMES # define nh5open_c FNAME(H5OPEN_C) # define nh5close_c FNAME(H5CLOSE_C) -# define nh5init_type_c FNAME(H5INIT_TYPES_C) +# define nh5init_types_c FNAME(H5INIT_TYPES_C) # define nh5close_types_c FNAME(H5CLOSE_TYPES_C) # define nh5init_flags_c FNAME(H5INIT_FLAGS_C) #else |