63 real, dimension(
1:MDIM),
intent(IN) :: pos
64 integer,
intent(OUT) :: ansBlockID, ansProcID
65 integer,
OPTIONAL,
intent(IN) :: blkCount
66 integer,
OPTIONAL,dimension(:),
intent(IN),
target :: blkList
67 integer,
OPTIONAL,
intent(IN) :: blockType
subroutine Grid_getLocalBlkIDFromPosSimple(pos, ansBlockID, ansProcID, blkList, blkCount, blockType)