Hello everybody,
I have a question related to fortran 90. I have a subroutine named for instance f1 that needs an array 'a' (defined as double precision) and gives some output. That is ----> f1(a,output).
Now, imagine that I would like to call the subroutine f1, but giving the name of the...