I'm using gfortran with fortran 90. Could probably use fortran 95 as well.
Tried it, gave some warnings:
Warning: Deleted feature: Assigned GOTO statement at (1)
Warning: Deleted feature: ASSIGN statement at (1)
But more importantly does not work between modules.
The module doesn't compile...
I'm using a library in which all examples are in the style "single function with 1000 lines". Trying to understand and structure it a bit better by wrapping some stuff in functions, which can then be easily reused.
However, all the subroutines in the library take three extra arguments:
- error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.