Thanks for all your help!
- I'm using compaq visual fortran, with fixed source format. (The programm i'm working with was started a few years ago ;) )
- Unfortunately i don't know how to figure out which compiler the programm is using.
SUBOUTINE TEST(ARR)
REAL, DIMENSION(:)::ARR causes no...
Hi there,
i work with fortran77 and the nonstandards from 90/95
my code is like this:
integer array(10)
->i filled the array
size(array) ->this works
call test(array)
-------------------------------------
subroutine(arr)
integer arr(*)
size(arr)->does not work in the subroutine and i need the...
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.