diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-17 21:41:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-17 21:41:58 (GMT) |
commit | fb762aa6b01d50f18534f447459e0b3557d9fea6 (patch) | |
tree | 02f2971dc00028aa32ffc986e10e1fbe04e31bc3 /tools/testfiles/tcompound2.h5.xml | |
parent | 5b03d4b08d4babdc88e0938bd9165c52e0227a51 (diff) | |
download | hdf5-fb762aa6b01d50f18534f447459e0b3557d9fea6.zip hdf5-fb762aa6b01d50f18534f447459e0b3557d9fea6.tar.gz hdf5-fb762aa6b01d50f18534f447459e0b3557d9fea6.tar.bz2 |
[svn-r21953] HDDFV-7560: h5dump refactoring
Tested: local linux
Diffstat (limited to 'tools/testfiles/tcompound2.h5.xml')
-rw-r--r-- | tools/testfiles/tcompound2.h5.xml | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/tools/testfiles/tcompound2.h5.xml b/tools/testfiles/tcompound2.h5.xml index 6db1785..ac139d9 100644 --- a/tools/testfiles/tcompound2.h5.xml +++ b/tools/testfiles/tcompound2.h5.xml @@ -31,7 +31,7 @@ </hdf5:StorageLayout> <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Incremental"> <hdf5:FillValue> - <hdf5:NoFill/> + <hdf5:NoFill/> </hdf5:FillValue> </hdf5:FillValueInfo> <hdf5:Dataspace> @@ -67,7 +67,12 @@ <!-- Note: format of compound data not specified --> <hdf5:Data> <hdf5:DataFromFile> - 0 0 1 1 1 0.5 2 4 0.333333 3 9 0.25 4 16 0.2 5 25 0.166667 + 0 0 1 + 1 1 0.5 + 2 4 0.333333 + 3 9 0.25 + 4 16 0.2 + 5 25 0.166667 </hdf5:DataFromFile> </hdf5:Data> </hdf5:Dataset> @@ -82,7 +87,7 @@ </hdf5:StorageLayout> <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Incremental"> <hdf5:FillValue> - <hdf5:NoFill/> + <hdf5:NoFill/> </hdf5:FillValue> </hdf5:FillValueInfo> <hdf5:Dataspace> @@ -94,7 +99,12 @@ <!-- Note: format of compound data not specified --> <hdf5:Data> <hdf5:DataFromFile> - 0 0 1 1.1 2 2.2 3 3.3 4 4.4 5 5.5 + 0 0 + 1 1.1 + 2 2.2 + 3 3.3 + 4 4.4 + 5 5.5 </hdf5:DataFromFile> </hdf5:Data> </hdf5:Dataset> @@ -108,7 +118,7 @@ </hdf5:StorageLayout> <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Incremental"> <hdf5:FillValue> - <hdf5:NoFill/> + <hdf5:NoFill/> </hdf5:FillValue> </hdf5:FillValueInfo> <hdf5:Dataspace> @@ -120,7 +130,12 @@ <!-- Note: format of compound data not specified --> <hdf5:Data> <hdf5:DataFromFile> - 0 0 1 1 2 2 3 3 4 4 5 5 + 0 0 + 1 1 + 2 2 + 3 3 + 4 4 + 5 5 </hdf5:DataFromFile> </hdf5:Data> </hdf5:Dataset> @@ -156,7 +171,7 @@ </hdf5:StorageLayout> <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Incremental"> <hdf5:FillValue> - <hdf5:NoFill/> + <hdf5:NoFill/> </hdf5:FillValue> </hdf5:FillValueInfo> <hdf5:Dataspace> @@ -168,7 +183,12 @@ <!-- Note: format of compound data not specified --> <hdf5:Data> <hdf5:DataFromFile> - 0 0 1 1 2 2 3 3 4 4 5 5 + 0 0 + 1 1 + 2 2 + 3 3 + 4 4 + 5 5 </hdf5:DataFromFile> </hdf5:Data> </hdf5:Dataset> |