I have some old Fortran 77 code that defines aggregate data types using the RECORD keyword, and subroutines which accept parameters of that type by declaring them as
RECORD /foo_record/ foo
Can I write new Fortran 95 subroutines which accept parameters of those types by declaring them using...
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.