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...
Thanks Mikrom and Gummibaer,
Mikdrom, Ideas suggested by you seems promising. If I could do this, I assume that definitely I can make my program faster. I would like to know if is it possible to retrun the values read by a shell script to fortran code directly. I have to use shell scripts...
Thanks Gummibaer and Mikrom,
Currently I am following a similar procedure. But my concern is that I am working with large data and my worry is that this procedure makes the process slow. I am under the impression that if that I can read this string directly and convert the hex numbers into...
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.