I am fairly new to FORTRAN and am self taught. I just got a new compiler and am having an indexing (I think) issue with 77. Here is the piece of code:
DO n=1,12
READ(10,2007) md(n)
2007 FORMAT(F3.0)
WRITE(11,2008) md(1)
2008 FORMAT(F4.0)
END DO
I am trying to get the 1st value...
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.