diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 16:15:00 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 16:15:00 (GMT) |
commit | 4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6 (patch) | |
tree | 4a746e8f631925353ab42686a7f06a75cfcdb38c /c++/examples/expected.out | |
parent | 7548217cb4d404ea20dea76e8b0aeae799bfda20 (diff) | |
download | hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.zip hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.tar.gz hdf5-4aab9c01dfb21f8aa6ee926ac7f13b9f2a5f7ff6.tar.bz2 |
[svn-r3097] Purpose:
Add
Description:
Adding a small amount of testing to the C++ library until "real"
testing can be created. (We use the examples).
Platforms tested:
Linux
Diffstat (limited to 'c++/examples/expected.out')
-rw-r--r-- | c++/examples/expected.out | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/c++/examples/expected.out b/c++/examples/expected.out new file mode 100644 index 0000000..dc7a97d --- /dev/null +++ b/c++/examples/expected.out @@ -0,0 +1,82 @@ +Data set has INTEGER type +Little endian byte ordering (0) +Data size is 4 +rank 2, dimensions 5 x 6 +0 0 0 0 0 0 0 +0 0 0 0 0 0 0 +0 0 0 0 0 0 0 +3 4 5 6 0 0 0 +4 5 6 7 0 0 0 +5 6 7 8 0 0 0 +0 0 0 0 0 0 0 +53 1 2 0 3 4 0 5 6 0 7 8 +0 9 10 0 11 12 0 13 14 0 15 16 +0 17 18 0 19 20 0 21 22 0 23 24 +0 0 0 59 0 61 0 0 0 0 0 0 +0 25 26 0 27 28 0 29 30 0 31 32 +0 33 34 0 35 36 67 37 38 0 39 40 +0 41 42 0 43 44 0 45 46 0 47 48 +0 0 0 0 0 0 0 0 0 0 0 0 +Normalization type is H5T_NORM_IMPLIED (0) + +Field c : +1 0.5 0.333333 0.25 0.2 0.166667 0.142857 0.125 0.111111 0.1 + +Field a : +0 1 2 3 4 5 6 7 8 9 + +Field b : +0 1 4 9 16 25 36 49 64 81 +1 1 1 3 3 +1 1 1 3 3 +1 1 1 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +dataset rank = 2, dimensions 10 x 5 +chunk rank 2dimensions 2 x 5 + +Dataset: +1 1 1 3 3 +1 1 1 3 3 +1 1 1 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 +2 0 0 0 0 + +Third column: +1 +1 +1 +0 +0 +0 +0 +0 +0 +0 + +Chunk: +1 1 1 0 0 +2 0 0 0 0 +dataset "/Data/Compressed_Data" is open +dataset "/Data_new/Compressed_Data" is open + +Iterating over elements in the file +Name : Data +Name : Data_new + +Unlinking... +"Data" is unlinked + +Iterating over elements in the file again +Name : Data_new + |