Hello!
I have a question concerning the combination of scalars and arrays. In the code i am working with the following is defined (in parentheses of what dimension i think those are):
REAL(WP), DIMENSION(:), INTENT(IN) :: a (vector)
INTEGER, ALLOCATABLE, DIMENSION(:,:) :: hmax (2D...