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 Rhinorhino 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: *

  • Users: anex
  • Content: Threads
  • Order by date
  1. anex

    passing allocatable array section into subroutine and return error

    Hi, I code fortran in AIX with xlf90 compiler, find a error, the source code is as follows: MODULE modaa CONTAINS !---------------------------- SUBROUTINE SUBAA(n) integer,intent(in) :: n integer,parameter :: m=10 real,dimension(1:m,1:n) :: ary call...

Part and Inventory Search

Back
Top