arr_gt_real Function

private pure function arr_gt_real(a, b) result(bGt)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in), dimension(:) :: a
real(kind=sp), intent(in), dimension(:) :: b

Return Value logical


Contents