Hi!
I'm a novice in fortran and I have a very simple problem.
I have a very large input file (more than 1.000.000 rows) and I need to read ONLY one row every 8 (row 1, 9, 17, ... and so on, up to the end of file).
I try with a simple do-loop, but something doesn't work...
do i= 1, nmax, 8...
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.