Hi all,
I'm stuck on a fortran line code where I have a doubt on its interpretation.
The line is the following:
-----------------------------------------
dimension F2(4,6,2), F3(5,7,2)
...
open(77,...)
read(77, '(4I3)') F2,F3
-----------------------------------------
the...