Hi everyone. Here I have an array x define in a module. How can I use part of x, say x(1) in a routine? I tried
USE module_name, ONLY: x1 => x(1)
but it didn't work. Can anybody help? Thanks.
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.