If it's only for x(1), you might as well copy x(1) into a scalar variable inside your module (say "axeone") and then use ONLY: x1 => axeone
What's against it to use ONLY: x
and take the whole array from the module?
Does that need more memory? I never thought so, I assumed the USE statement works as a sort of pointer for variables without copying the content of the data in another part of the memory.
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.