diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-02 18:11:52 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-02 18:11:52 (GMT) |
commit | f5e406b3aa6709ab7d92dcb1877589eccdf9b149 (patch) | |
tree | e58d85bf4237460f9a1b31297cfcf21ab1d93f43 | |
parent | d16874dcad270f42fc3dc197c3d42e39f576082f (diff) | |
download | hdf5-f5e406b3aa6709ab7d92dcb1877589eccdf9b149.zip hdf5-f5e406b3aa6709ab7d92dcb1877589eccdf9b149.tar.gz hdf5-f5e406b3aa6709ab7d92dcb1877589eccdf9b149.tar.bz2 |
[svn-r1412]
added a comment at the top that tells what the command was to generate the file
-rw-r--r-- | tools/testfiles/tdatareg.ddl | 3 | ||||
-rw-r--r-- | tools/testfiles/tenum.ddl | 3 | ||||
-rw-r--r-- | tools/testfiles/tobjref.ddl | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tools/testfiles/tdatareg.ddl b/tools/testfiles/tdatareg.ddl index 7d5b46a..0facf42 100644 --- a/tools/testfiles/tdatareg.ddl +++ b/tools/testfiles/tdatareg.ddl @@ -1,3 +1,6 @@ +############################# +Expected output for 'h5dump tdatareg.h5' +############################# HDF5 "tdatareg.h5" { GROUP "/" { DATASET "Dataset1" { diff --git a/tools/testfiles/tenum.ddl b/tools/testfiles/tenum.ddl index 8f45f43..e0511d4 100644 --- a/tools/testfiles/tenum.ddl +++ b/tools/testfiles/tenum.ddl @@ -1,3 +1,6 @@ +############################# +Expected output for 'h5dump tenum.h5' +############################# HDF5 "tenum.h5" { GROUP "/" { DATATYPE "enum normal" { diff --git a/tools/testfiles/tobjref.ddl b/tools/testfiles/tobjref.ddl index 7ae36f6..2073318 100644 --- a/tools/testfiles/tobjref.ddl +++ b/tools/testfiles/tobjref.ddl @@ -1,3 +1,6 @@ +############################# +Expected output for 'h5dump tobjref.h5' +############################# HDF5 "tobjref.h5" { GROUP "/" { DATASET "Dataset3" { |