This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program read_grads_example | |
! Example program that reads a flat binary file | |
! | |
! With GNU Fortran, compile as: | |
! | |
! gfortran -fconvert=big-endian read_grads_example.f90 | |
! | |
! With Intel Fortran, compile as: | |
! |