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 dencom 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: jkepler
  • Content: Threads
  • Order by date
  1. jkepler

    Little help with a code

    Hi Fortran is not my speciality to be honest. However, I must adapt a program I have and run it in Fortran. I have a function of this type: SUBROUTINE calcp(PV,NPTS,S,NC,CH) C PV = D.P. ARRAY OF INPUT X and Y VALUES, STORED C AS A 2 X NPTS ARRAY. So was hoping someone could...
  2. jkepler

    Simple writing to a file...

    Hi, I'm trying to output to a file - in fortran 77 - some variables I'm reading from a file (numbers, text, etc...) I'm opening the file as: OPEN ( UNIT = 14, . FILE = 'INFO.txt', . STATUS = 'UNKNOWN' ) I'm trying to output some values like: READ...

Part and Inventory Search

Back
Top