reduceExpr Interface

public interface reduceExpr

Contents


Module Procedures

private function reduceExpr_1(str, val) result(lerr)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str
character(len=maxlen), intent(out) :: val

Return Value logical

private function reduceExpr_m(str, val) result(lerr)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str(:)
character(len=maxlen), intent(out), ALLOCATABLE :: val(:)

Return Value logical, ALLOCATABLE, (:)