integer_to_logical Function

public pure function integer_to_logical(intin)

Returns true if input = 1, otherwise 0

Arguments

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

Integer to be converted to logical

Return Value logical


Contents