check_if_overflow Subroutine

private subroutine check_if_overflow(sizes)

Checks if product of sizes fits into integer(int32)

Arguments

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

Sizes to check


Called by

proc~~check_if_overflow~~CalledByGraph proc~check_if_overflow check_if_overflow proc~create~3 transpose_handle_generic%create proc~create~3->proc~check_if_overflow