Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_diag_integral: Avoid I/O unit 100
The Cray compiler reserves I/O unit 100 for STDIN, which causes `read_diag_integral_file` to fail. This is fixed by using `newunit` instead of specifying `unit=100`.
- Loading branch information