dm_geocom_is_error Function

public pure elemental function dm_geocom_is_error(grc) result(is_error)

Returns .true. if given GeoCOM code is an error.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: grc

GeoCOM code.

Return Value logical