Skip to content

Commit

Permalink
minor bug fix in fortran interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 14, 2019
1 parent 849ed55 commit 6a9a3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flib/pionfget_mod.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ CONTAINS
integer, intent(in) :: start(:)
integer, intent(in) :: count(:)
integer, intent(in) :: nstrs
character, intent(out) :: ival(*)
character(len=*), intent(out) :: ival(*)
integer :: j
integer(C_SIZE_T), allocatable :: cstart(:), ccount(:)
integer :: i, ndims
Expand Down

0 comments on commit 6a9a3ff

Please sign in to comment.