diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-03 15:27:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-03 15:27:48 (GMT) |
commit | d0444d4f2b3e2833cbbc545785a76d97fac1bbbc (patch) | |
tree | 5bd5aca83e830ca930665ec4c4d0b6292e029183 /tools/testfiles/tcontiguos.ddl | |
parent | 28ee82a07b127484de618ca72f9c0caf049d79fe (diff) | |
download | hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.zip hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.tar.gz hdf5-d0444d4f2b3e2833cbbc545785a76d97fac1bbbc.tar.bz2 |
[svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0
Diffstat (limited to 'tools/testfiles/tcontiguos.ddl')
-rw-r--r-- | tools/testfiles/tcontiguos.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tcontiguos.ddl b/tools/testfiles/tcontiguos.ddl index 8e0158e..3f045e5 100644 --- a/tools/testfiles/tcontiguos.ddl +++ b/tools/testfiles/tcontiguos.ddl @@ -13,7 +13,7 @@ COMMENT "This is a dataset with contiguous storage" } FILLVALUE { FILL_TIME H5D_FILL_TIME_IFSET - VALUE 0 + VALUE H5D_FILL_VALUE_DEFAULT } ALLOCATION_TIME { H5D_ALLOC_TIME_LATE |