Recent content by jtibbitt
-
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- jtibbitt
- Post #3
- Forum: Programming and Computer Science
-
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...- jtibbitt
- Thread
- File Fortran
- Replies: 2
- Forum: Programming and Computer Science