diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-07-11 16:11:58 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-07-11 16:11:58 (GMT) |
commit | 239ca247d8d845c62bfd85b5ed923943fdf531e4 (patch) | |
tree | 8d0dd2dc23e0f5d825eba4bf01268565398829c6 | |
parent | ba75c4538214ef7cb7fe37dcdfda01cc6185f35e (diff) | |
download | hdf5-239ca247d8d845c62bfd85b5ed923943fdf531e4.zip hdf5-239ca247d8d845c62bfd85b5ed923943fdf531e4.tar.gz hdf5-239ca247d8d845c62bfd85b5ed923943fdf531e4.tar.bz2 |
[svn-r4185]
Purpose:
a bug in the comment
Description:
The structure of HDF4 file is not correct in the orginal comment
Solution:
Correct the wrong comment and add more explanation
Platforms tested:
eirene
-rw-r--r-- | tools/h4toh5/h4toh5test.c | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/tools/h4toh5/h4toh5test.c b/tools/h4toh5/h4toh5test.c index 743da6d..f717e6e 100644 --- a/tools/h4toh5/h4toh5test.c +++ b/tools/h4toh5/h4toh5test.c @@ -2865,14 +2865,27 @@ int test_vghl() { /* the structure of the hdf5 file is as follows: root / \ - gc ga<-- - / \ | - gd gb-- - / - ge + |-->gc ga + | / \ + | gd gb + | / + -ge This file includes vdata,image and sds. +1) + GROUP MEMBERS + ga: name groupA: groupB and one Image + gb: name groupB: one SDS + gc: name groupA: groupD + gd: name groupD: groupE one SDS and one Image + ge: name groupE: groupC(named groupA) + +2) Independent Vdata,SDS, images + SDS: sds2 (the same name as another SDS) + Image: Image_1 + Vdata: Example Vdata + */ int test_vgall() { |