diff --git a/fortran/eccodes_f90_int.f90 b/fortran/eccodes_f90_int.f90 index 4c2a28500..1b005c862 100644 --- a/fortran/eccodes_f90_int.f90 +++ b/fortran/eccodes_f90_int.f90 @@ -96,7 +96,7 @@ codes_get_real4, & codes_get_real8, & codes_get_string, & - codes_get_string_array, & + codes_get_byte_array, & codes_get_int_array, & codes_get_real4_array, & codes_get_real8_array diff --git a/fortran/eccodes_f90_long_int.f90 b/fortran/eccodes_f90_long_int.f90 index 6e737c806..960f55fa9 100644 --- a/fortran/eccodes_f90_long_int.f90 +++ b/fortran/eccodes_f90_long_int.f90 @@ -100,7 +100,7 @@ codes_get_real4, & codes_get_real8, & codes_get_string, & - codes_get_string_array, & + codes_get_byte_array, & codes_get_int_array, & codes_get_real4_array, & codes_get_real8_array