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.6.1'
[WRF.git]
/
tools
/
fortran_2008_gamma_test.F
blob
aa6659f601146a12237c893805957931c2928d87
1
PROGRAM test_2008_gamma
2
IMPLICIT NONE
3
REAL :: x , y
4
x = 4
5
y = gamma ( x )
6
print *,'gamma(',x,') = ',y
7
END PROGRAM test_2008_gamma