Recent content by scorzolin

  1. S

    Fortran How are numbers stored in F2 and F3 matrix in Fortran programming?

    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...
Back
Top