Recent content by nikhillaghave
-
N
Fortran Fortran: help with I/O in Direct Access and Seq. access
Hello, I am implementing simple check-pointing in an application so that the history is saved to a file and upon restart the data is read from this file. -> The history file contains an array of real*8 numbers and precision is very important in the program. I first implemented this using...- nikhillaghave
- Thread
- Fortran
- Replies: 1
- Forum: Programming and Computer Science
-
N
Fortran Help with formatted output in fortran
Hello, I am trying to print in formatted output using the format specifiers but I am not able to get the correct output. I am trying to print an array with 11 reals, followed by one more real number and finally an integer. When I skip the integer, the format statement works and but when I add...- nikhillaghave
- Thread
- Fortran Output
- Replies: 1
- Forum: Programming and Computer Science