stylist
stylist copied to clipboard
Fortran preprocessor strips out everything
For expediency the Fortran preprocessor strips out all directives. This allows us to ignore #ifdef thereby checking the style of the whole file. Unfortunately it also tears out #include and #define meaning we loose functionality. Is there a better way to handle this?