dm_geocom_is_ok Function

public pure elemental function dm_geocom_is_ok(grc) result(is_ok)

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

Arguments

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

GeoCOM code.

Return Value logical