Thanks for your help but it still doesn't work. I get an error saying "call to missing routine". This is my (shortened) main program:
PROGRAM Main
IMPLICIT NONE
external rs
character(255)::fileName
integer::m,n
real, DIMENSION(26,26)::denseMatrix
integer::openStatus
integer::inputStatus...
Hi!
I am totally new to Fortran and I have a problem. I need to call a subroutine called rs in a file rs.f from my program. The program is written in f95. I don't think rs is part of a module, at least it doesn't say so anywhere. Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.