hello, I'm trying to write a program with a subroutine that can handle array valued functions of different dimensions, I'm new to fortran 90 so i have some troubles.
Here's what i tried:
program passing
use functions
use sub_mod
implicit none
integer, dimension(2,2):: a2
integer...