Public Member Functions | |
integer(c_int) function | imoab_getblockid (pid, block_length, global_block_IDs) |
Definition at line 146 of file iMOABF.F90.
integer(c_int) function imoab::iMOAB_GetBlockID::imoab_getblockid | ( | integer(c_int), intent(in) | pid, |
integer(c_int), intent(in) | block_length, | ||
integer(c_int), dimension(*), intent(out) | global_block_IDs | ||
) |
Definition at line 146 of file iMOABF.F90.
147 use, intrinsic :: iso_c_binding, only: c_int
148 integer(c_int), intent(in) :: pid
149 integer(c_int), intent(in) :: block_length
150 integer(c_int), intent(out) :: global_block_IDs(*)