Recent content by jtibbitt

  1. J

    Fortran Fortran - How to retrieve read near middle or end of large file quickly.

    Yes, that seems to be exactly what I need. Thank-you. Jeff
  2. J

    Fortran Fortran - How to retrieve read near middle or end of large file quickly.

    Hi. I need to be retrieve information far into a file without reading everything before it. Is there a way to do this? Current code is below. Thanks, Jeff Tibbitt !ccccccccccccccccccccccccccccccccccccccc program getcoord integer i real*4 xx(1000), yy(1000), zz(1000) double precision...
Back
Top