Skip to content

Commit

Permalink
fixed warnings in piodarray.F90.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 27, 2019
1 parent 80c569d commit 82d900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flib/piodarray.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ interface
bind(C,name="PIOc_write_darray_multi")
use iso_c_binding
integer(C_INT), value :: ncid
integer(C_INT), value :: nvars
integer(C_INT) :: vid(nvars)
integer(C_INT), value :: ioid
integer(C_INT), value :: nvars
integer(C_SIZE_T), value :: arraylen
type(c_ptr), value :: array
type(C_PTR), value :: fillvalue
Expand Down

0 comments on commit 82d900a

Please sign in to comment.