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

    Little help with a code

    Hi Thanks for the replies. I do prefer C/C++ to Fortran, yes. But in this particular case since almost all routines are made in F77, I rather not try the conversion of the code.... I will compile with g77 - I have good results with it. I still havent found a Visual IDE and compiler in one...
  2. 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...
  3. 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