mscfd
mscfd
I use it rarely but I have come across three use cases. (1) If you extend the type of an existing old module (old style f90 code without methods) which...
@JayPBe: Just an additional note, which might or might not helpful. We have a very similar naming scheme, and I simply maintain a oneline patch, so that fortls thinks that...
The following small example code (which uses a macro to turn on/off pure) crashs the parser (version 1.1.1) with a ValueError. First the parser should not crash, as this could...
Arghh, the PURE macro is printed italic instead with underlines. 'insert code' does not seem to help here. Anyway _PURE_ in the code above should be underlinePUREunderline.
I must have changed something I cannot reproduce the ValueError with just two functions anymore. But with three I get the exception. So just add another `_PURE_ function fun3() ...`...
Just checked. The 1.2.0 tag works and replaces the macros properly. For example, we have a "_DIM1_" macro for "dimension(:), contiguous", which also works. For a few macros I will...
As mentioned above: Take for example ```_real_stencil_``` or maybe even ```real(kind=_kind_stencil_)```, as a synonym for real(4) or real(8). It allows to configure stencil precision at compile time, but it also...
Emacs shows the ```_real_stencil_``` type just as expected. It should be, as it has no knowledge of the language itself, it just echos what it is served by the language...
Regarding option 2: This should be rather easy in conjunction with the graph_dir option, which stores the files in svg format in a separate directory. Just a link to these...