[svn-r27500] missing declaration

This commit is contained in:
Scot Breitenfeld 2015-08-12 14:53:03 -05:00
parent 91ec943123
commit d3e931c772

View File

@ -377,6 +377,7 @@ CONTAINS
INTEGER, INTENT(IN) :: ikind
INTEGER, INTENT(IN) :: flag
#if H5_HAVE_Fortran_INTEGER_SIZEOF_16!=0
INTEGER :: Fortran_INTEGER_16
Fortran_INTEGER_16=SELECTED_INT_KIND(36) !should map to INTEGER*16 on most modern processors
#endif