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 bkrike 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: *

  • Users: nikhill
  • Content: Threads
  • Order by date
  1. nikhill

    Help with I/O using Direct access & sequential

    Hello, I am implementing simple check-pointing in an application so that the history is saved to a file and upon restart the data is read from this file. -> The history file contains an array of real*8 numbers and precision is very important in the program. I first implemented this using...
  2. nikhill

    New line in Direct Access Formatted file in fortran

    Hello, I am trying to write a file as direct access formatted file: The code for this is: open(unit=9,file='chk.dat',form='formatted', + access='DIRECT',RECL=200) write(9,326,REC=NF), (X(I),I=1,11),F,NF 326 format(11f15.6,1PD18.10,i8)...

Part and Inventory Search

Back
Top