Skip to content

Commit

Permalink
fit intent for nc_insert_array_compound_f in nc interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rwirth committed Jan 24, 2024
1 parent ef33cb7 commit d83553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/module_netcdf4_nc_interfaces.F90
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Function nc_insert_array_compound_f(ncid, xtype, name, offset, field_typeid, &
Integer(C_INT), VALUE :: xtype, field_typeid ! nc_type in C
Integer(C_SIZE_T), VALUE :: offset
Character(KIND=C_CHAR), Intent(IN) :: name(*)
Integer(C_INT), Intent(INOUT) :: dim_sizes(*)
Integer(C_INT), Intent(IN) :: dim_sizes(*)

Integer(C_INT) :: nc_insert_array_compound_f

Expand Down

0 comments on commit d83553a

Please sign in to comment.