mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r10883] Purpose:
Bug fix Description: H5test_kind.f90 had an error when being compiled by pgf90. Solution: A variable wasn't declared. Declared it to fix the bug. Platforms tested: heping, mir
This commit is contained in:
parent
602a9ce693
commit
6dd39e45be
@ -3,7 +3,7 @@
|
||||
! This fortran program generates H5fortran_detect.f90
|
||||
!
|
||||
program test_kind
|
||||
integer :: i, j, last, kind_numbers(10)
|
||||
integer :: i, j, ii, last, kind_numbers(10)
|
||||
last = -1
|
||||
ii = 0
|
||||
j = selected_int_kind(18)
|
||||
|
Loading…
Reference in New Issue
Block a user