Regarding thread214-1609970,
I would like to find out how to arrange the output data from Fortran into a text file with specified column widths?
My code is as follows:
write(3,*)'Model Parameters: '
write(3,*)'Column length :',int(RPAR(2)),' m'
write(3,*)'Mass...
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.