can_place_data Function

public pure function can_place_data(reserved, row, col) result(ok)

True when a data glyph may occupy the cell (in bounds and not reserved for a label).

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: reserved(:,:)
integer, intent(in) :: row
integer, intent(in) :: col

Return Value logical