2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r25294] added implicit none

This commit is contained in:
Scot Breitenfeld 2014-06-16 12:06:46 -05:00
parent 7d3ff84d59
commit 90757478c2

@ -25,6 +25,7 @@
!
!*****
MODULE TH5_MISC_PROVISIONAL
IMPLICIT NONE
INTEGER, PARAMETER :: sp = KIND(0.0)
INTEGER, PARAMETER :: dp = KIND(0.D0)