Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pierrr

    simple fortran problem

    Thank you! It works![thumbsup2]
  2. pierrr

    simple fortran problem

    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...

Part and Inventory Search

Back
Top