diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-06-11 21:21:59 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-06-11 21:21:59 (GMT) |
commit | dbdeacb7ad50b51094ebf11e13a6f3b3f91af63b (patch) | |
tree | 3bdbef0dfa6d701c210c49e7b02f3b002ee9e618 /tools/h4toh5/h4toh5anno.c | |
parent | 1a5197918c0ef3e9f26af8538cf8c278bfa09fe2 (diff) | |
download | hdf5-dbdeacb7ad50b51094ebf11e13a6f3b3f91af63b.zip hdf5-dbdeacb7ad50b51094ebf11e13a6f3b3f91af63b.tar.gz hdf5-dbdeacb7ad50b51094ebf11e13a6f3b3f91af63b.tar.bz2 |
[svn-r3989]
Purpose:
New features for adding attribute options and modifying testing files
Description:
Solution:
Platforms tested:
eirene,arabica
Diffstat (limited to 'tools/h4toh5/h4toh5anno.c')
-rw-r--r-- | tools/h4toh5/h4toh5anno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h4toh5/h4toh5anno.c b/tools/h4toh5/h4toh5anno.c index cd09e26..e5e1c5b 100644 --- a/tools/h4toh5/h4toh5anno.c +++ b/tools/h4toh5/h4toh5anno.c @@ -346,6 +346,7 @@ int Annoobj_h4_to_h5(int32 file_id,int32 obj_ref, int32 obj_tag, return FAIL; } + num_lab_anno = ANnumann(an_id,AN_DATA_LABEL,obj_tag,obj_ref); num_des_anno = ANnumann(an_id,AN_DATA_DESC,obj_tag,obj_ref); @@ -470,7 +471,6 @@ int Annoobj_h4_to_h5(int32 file_id,int32 obj_ref, int32 obj_tag, if(num_des_anno > 0) { - for (i = 0; i< num_des_anno;i++) { ann_id = ANselect(an_id,i,AN_DATA_DESC); |