Recent content by donnacom
-
D
Fortran What does errorfmt mean when running Fortran g77 code?
Thanks! This really helped. I found the error. I had the format 102 written as (10X,D13.7) and when I put instead (20X, D13.7) it runs.- donnacom
- Post #5
- Forum: Programming and Computer Science
-
D
Fortran What does errorfmt mean when running Fortran g77 code?
Sorry, here are the codes I used in the zipped folder. The code JEFF.FOR compiles fine, but I cannot find an error in how the read command takes in the input file called jeffin. If you can help me out, I would really appreciate it! Donna- donnacom
- Post #3
- Forum: Programming and Computer Science
-
D
Fortran What does errorfmt mean when running Fortran g77 code?
Hi, I received a code written in Fortran 77, and I am trying to compile it and run it using g77. It compiles easily with no errors, but I keep getting the following error when I execute errorfmt: read unexpected character apparent state: unit 5 named jeffin last format: (10X,D13.7) lately...- donnacom
- Thread
- Code Fortran
- Replies: 4
- Forum: Programming and Computer Science