exists Interface

public interface exists

Module Procedures

public pure function existIntVec(vector, val) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: vector(:)
integer(kind=int32), intent(in) :: val

Return Value logical

public function existIntArray(vector, val, rowid, columnid) result(ret)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in), allocatable :: vector(:,:)
integer(kind=int32), intent(in) :: val
integer(kind=int32), intent(in), optional :: rowid
integer(kind=int32), intent(in), optional :: columnid

Return Value logical