Hello,
I'm just writing some code in Fortran 90 and compiling it with ifort. For some data I need arrays of size e.g. 3 x n, where n is determinded at runtime. AFAIK fortran does not allow to restrict any dimension of my allocatable array, so in fact the arrays intended to be 3 x n could be...
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.