repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/release-v4.5'
[WRF.git]
/
tools
/
fortran_2003_flush_test.F
blob
02bb132356fd8c0d3d4e44481bd2275c867fbd0b
1
PROGRAM fortran_2003_test
2
3
IMPLICIT NONE
4
5
REAL :: x
6
INTEGER :: i
7
8
x = 1.e+10
9
i = 1
10
11
WRITE (6,*) x,i
12
FLUSH ( 6 )
13
14
END PROGRAM fortran_2003_test