Recent content by jam_gha

  1. J

    Fortran Compling of Fortran file aborted

    there was extra line in data and then I copied data in excel and then paste in new text editor. then I sort the data after that I compile it. thanks for your help.
  2. J

    Fortran Compling of Fortran file aborted

    Thank you this time it is working.
  3. J

    Fortran Compling of Fortran file aborted

    I ran your commands and it produced an executable file as did for me. I add a line to end of my data as you told, unfortunately, it give error messages: invalid number: incomprehensible list input apparent state: unit 5 (unnamed) last format: list io lately reading direct formatted external IO...
  4. J

    Fortran Compling of Fortran file aborted

    I add a new line to the end of my data and then I compile it . it give same error again.
  5. J

    Fortran Compling of Fortran file aborted

    Hi I want to sort the data in output file by Fortran transfer file. when I do ./transfer<output>data1 It gives an error message: invalid number: incomprehensible list input apparent state: unit 5 (unnamed) last format: list io lately reading direct formatted external IO Aborted can...
  6. J

    Fortran What Could Be Causing Errors in My Fortran Program Compilation?

    Hi there I compile the following Fortran program but it shows more error it output file. can you help me. with Regards, jamshid INCLUDE '(SCOHLP)' INCLUDE '(PAPROP)' * * ******LOGICAL LFIRST ******SAVE LFIRST, ZMIN, DELTAZ ******DATA LFIRST /.TRUE./ * Initialization...
Back
Top