mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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
This commit is contained in:
parent
ba75c45382
commit
239ca247d8
@ -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() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user