Open AndiMD opened 4 years ago
I have the same issue. It is caused by the fact that the function rcfp_get_term_number in the rabs_rcfp.f90 file (part of the ANCO library) return fail = .true. even though the input is valid, because the "fail" boolean value is not initialized to .false. at beginning of the function. This can be solved by adding this initialization in the code, see pull request #11. After the change, a recompilation of the library is necessary.
The front page example fails after Iteration 8 with the following message. This terminates Julia.
Thanks! Andreas