nonfamouswentz
Programmer
- Feb 7, 2014
- 1
To start, I have two codes. One is written in FORTRAN 77 and the other in 95. Both codes have a main function that calls subroutine, that calls a subroutine, that calls a subroutine, and so on. My predicament is that in the middle of the FORTRAN 77 code, I need a value from the middle of the FORTRAN 95 code. The 77 code has static values (you run it, it returns a value), and the 95 code requires about 6 input variables to run that are needed to get that one value that I need.
How do I go about this? I would be glad to provide more information, including the codes (if someone would like to see them)
How do I go about this? I would be glad to provide more information, including the codes (if someone would like to see them)