jmbcastro

Results 6 comments of jmbcastro

FWIW, I get a similar error when using the option `graph_dir` to output the graphs to a given directory: ![image](https://github.com/Fortran-FOSS-Programmers/ford/assets/132790920/e341c763-b7fd-4304-b0cc-6e73792b24db)

Unfortunately in my case the project is also not public. The workaround I found was to add `sys.setrecursionlimit(100000)` to the file `reduction.py` .

Hi @patflynngithub, I put it immediately after the import statements.

Hello @runburg, I am in a similar situation to yours. I also get numerous **Unexpected SUBROUTINE** and **Unexpected variable** errors when parsing the source code. Did you find a solution...

Hi @ZedThree, thank you for your response. Unfortunately the code is not public. I was digging around and found out that the errors were due to situations like these in...

Hi @ZedThree, 1. I can confirm it, if I remove the ` [ALIAS:'OpenConnection_C']` it does work. 2. Indeed the problem is just the lack of the white space in `CHARACTER(LEN=250)FUNCTION`....