summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst')
-rw-r--r--HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst19
1 files changed, 19 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst b/HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst
new file mode 100644
index 0000000..0786037
--- /dev/null
+++ b/HDF5Examples/C/H5D/tfiles/16/h5ex_d_fillval.tst
@@ -0,0 +1,19 @@
+Dataset before being written to:
+ [ 99 99 99 99 99 99 99]
+ [ 99 99 99 99 99 99 99]
+ [ 99 99 99 99 99 99 99]
+ [ 99 99 99 99 99 99 99]
+
+Dataset after being written to:
+ [ 0 -1 -2 -3 -4 -5 -6]
+ [ 0 0 0 0 0 0 0]
+ [ 0 1 2 3 4 5 6]
+ [ 0 2 4 6 8 10 12]
+
+Dataset after extension:
+ [ 0 -1 -2 -3 -4 -5 -6 99 99 99]
+ [ 0 0 0 0 0 0 0 99 99 99]
+ [ 0 1 2 3 4 5 6 99 99 99]
+ [ 0 2 4 6 8 10 12 99 99 99]
+ [ 99 99 99 99 99 99 99 99 99 99]
+ [ 99 99 99 99 99 99 99 99 99 99]