Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. badlydrawn

    Calling external subroutines

    That seems to be the problem yes! Thanks for your time!
  2. badlydrawn

    Calling external subroutines

    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...
  3. badlydrawn

    Calling external subroutines

    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!

Part and Inventory Search

Back
Top