Aha! Great, thank you!
It all makes so much sense now: Old (eg. F77) FORTRAN didn't have interfaces, and new (eg. F2003) fortran has 'implied' interfaces via the modules.
I guess the original author of the code that I'm working with comes from the era between the two.
Thanks again for the...
Hi,
I was looking over some fortran code that I am working with, and I've noticed that the functions and subroutines are all "declared" in an interface block.
However, through some of my own testing, I've noticed that not declaring a subroutine in an interface block does NOT cause a compiler...
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.