Recent content by jam_gha
-
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.- jam_gha
- Post #9
- Forum: Programming and Computer Science
-
J
Fortran Compling of Fortran file aborted
Thank you this time it is working.- jam_gha
- Post #7
- Forum: Programming and Computer Science
-
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...- jam_gha
- Post #5
- Forum: Programming and Computer Science
-
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.- jam_gha
- Post #3
- Forum: Programming and Computer Science
-
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...- jam_gha
- Thread
- File Fortran
- Replies: 8
- Forum: Programming and Computer Science
-
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...- jam_gha
- Thread
- Errors Fortran
- Replies: 1
- Forum: Programming and Computer Science