Raul Laasner
Raul Laasner
Your argument to `fortran-tags.py` should actually be the source file name (or several source file). Like this: fortran-tags.py -g main.f90 It then produces a file called `FORTAGS` (you can change...
Hi, sorry for the late reply, I was away. That's a good idea! I'll try to find time in the near future to do this. Or if you wanted to...
This could be part of a general rule: do not write code that has no effect. The implicit none scope is an example of where such a rule is not...
@nncarlson If you want to check the deallocation status and catch any error messages, you would need to do that manually.
:+1:
> (And I assume REAL128 == C_LONG_DOUBLE, but have never checked.) These are the kind of corner cases I had in mind, actually. REAL128 has a different effect with GNU...