How to use Fortran 77 subroutines in Fortran 90/95?
问题 I'm writing a code with Fortran 90 and now I need to use the special functions in the*amos Fotran 77 library(http://www.netlib.org/amos/). Now I found a module interface for those routines(https://github.com/certik/fortran-utils/blob/master/src/amos.f90). My question is: how can I combine them and use them in my Fortran 90 program and how to compile them correctly? I have been struggling for this for one whole day and still could not figure it out. The following is my test code: PROGRAM TEST