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.