Skip to content

Commit

Permalink
address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Oct 9, 2024
1 parent c58c266 commit 18874ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuvx/interface_grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end subroutine internal_delete_grid_updater
function internal_get_num_sections(updater, error_code) &
bind(C, name="InternalGetNumSections") result(num_sections)
use iso_c_binding, only: c_ptr, c_f_pointer, c_int, c_size_t
use tuvx_grid_from_host, only: grid_from_host_t, grid_updater_t
use tuvx_grid_from_host, only: grid_updater_t

! arguments
type(c_ptr), value, intent(in) :: updater
Expand Down

0 comments on commit 18874ab

Please sign in to comment.