mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r8556] Purpose:
Bug fix. Description: The Example dimension size is incorrect. Changed it to 3. Platforms tested: Tested in TG-NCSA which detected the error. Misc. update:
This commit is contained in:
parent
85ff720d0c
commit
f448609e49
@ -52,7 +52,7 @@
|
||||
INTEGER :: i, j, k
|
||||
|
||||
INTEGER :: error, error_n ! Error flags
|
||||
INTEGER(HSIZE_T), DIMENSION(2) :: data_dims
|
||||
INTEGER(HSIZE_T), DIMENSION(3) :: data_dims
|
||||
|
||||
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user