Fortran version of rxpath
I was wondering if anyone has successfully used fortran version of rxpath api. I am having hard time using CALL FINDSHORTESTDISTANCEBETWEENTWOBUS, it's fortran version, although have used successfully the python version. Any help or example of successful use is appreciated.
Can you show your code and describe the problem?
This is an example from savnw case. I tried both with I as an integer, integer array of size 6. It gives dll error forrtl 157 error in both versions. CALL FINDSHORTESTDISTANCEBETWEENTWOBUS(0, 101, 3001, 9999,I ,ZIMP, IERR)