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 branch 'release-v4.6.0' of github.com:wrf-model/WRF
[WRF.git]
/
tools
/
fortran_2003_fflush_test.F
blob
646dab8a6166dea6e965943ef658d670f7e4b02f
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
CALL FFLUSH ( 6 )
13
14
END PROGRAM fortran_2003_test