diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-04-28 22:57:16 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-04-28 22:57:16 (GMT) |
commit | 7b6e64686372deaaf1aab77ae01e2876109dd924 (patch) | |
tree | 2f85dd69e8965e98aacd4aac701067bf0c60e44e /tools/h4toh5 | |
parent | ee65ccc265d0c4eac9ac69e351febdd8b1df8880 (diff) | |
download | hdf5-7b6e64686372deaaf1aab77ae01e2876109dd924.zip hdf5-7b6e64686372deaaf1aab77ae01e2876109dd924.tar.gz hdf5-7b6e64686372deaaf1aab77ae01e2876109dd924.tar.bz2 |
[svn-r3868]
Purpose:
a bug fix
Description:
When Vsisattr is true, this Vdata still needs to be converted as an independent
real "Vdata", We will add object type of this vdata as "Vdata attribute".
Solution:
erease the evaluation of Vsisattr call.
Platforms tested:
Linux(eirene)
Diffstat (limited to 'tools/h4toh5')
-rw-r--r-- | tools/h4toh5/h4toh5vgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h4toh5/h4toh5vgroup.c b/tools/h4toh5/h4toh5vgroup.c index 92a6735..1605ec8 100644 --- a/tools/h4toh5/h4toh5vgroup.c +++ b/tools/h4toh5/h4toh5vgroup.c @@ -421,7 +421,7 @@ int convert_vdata(int32 file_id,int32 obj_ref,char * h5pgroup_name, return FAIL; } - if(istat); /*ignore, dependent vdata(attributes, etc.)can be retrieved later.*/ + /* if(istat);*/ /*ignore, dependent vdata(attributes, etc.)can be retrieved later.*/ else { /* independent vdata, read in */ |