Fortran Conversion from v34 to v36
I am converting a PSSE v34 Fortran code to PSSE v36 Fortran code. I am facing following issues, and it would be great if someone can help me.
1: I have used ADINTN, MODCNX and NUMCNX functions in v34. They are giving error in v36. What are the alternatives for them? 2: I have made a wrapper for UEL2 but when i call UEL2 from the wrapper like (CALL UEL2(I, ISLOT)), it is also throwing error in v36 although it works fine in v34. UEL2 is available in the model library of PSSE v36. How to define and use it in a wrapper?