42 integer,
intent(in) :: ind(
1:MDIM)
43 integer,
intent(in) :: level
44 integer,
intent(in) :: edge
45 real,
intent(out) :: coords(
1:MDIM)
49 call Driver_abort(
"[Grid_getSingleCellCoords] DEPRECATED")
subroutine Grid_getSingleCellCoords(ind, level, edge, coords)