Hi,
I am using Fortran 90 and my requirement is that I want to resize an array inside a subroutine. I have declared this array as allocatable inside another module.
module global
type(user_defined),allocatable ::array_a(:)
end module
Now I am defining a subroutine which will take this...
Hi,
Greetings for the day !
I am trying to read a number of entries from a string where I don't know how many spaces will be there in between each entries and I have hexadecimal numbers to read from the string so I can't use unformatted read.
e.g. string -> 3 c 2cfb 0 d e
e.g. another...
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.