[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:
Albert Cheng 2004-05-20 16:38:28 -05:00
parent 85ff720d0c
commit f448609e49

View File

@ -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
!