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