Recent content by marcelosousa1
-
M
Fortran Problems reading binary file in FORTRAN
I am having problems reading a binary file in FORTRAN. I know that the file was generated by the code below: open(7,file='hctd1_kxx.dat',form='unformatted') ... write(7) iscl write(7) inode,npoints write(7) (kxm(i)*(10**(prop(i))),i=1,npoints) close(7)...- marcelosousa1
- Thread
- Binary File Fortran Reading
- Replies: 1
- Forum: Programming and Computer Science