I have a rather large program that periodically calls a subroutine. Inside the subroutine I write out a variable each time the subroutine is called. If I write it to the screen:
WRITE(*,*) HGT (1)
the correct value appears immediately. However, if I write it to a file
WRITE(4,*) HGT (1), the...
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.