diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-30 22:15:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-30 22:15:24 (GMT) |
commit | 79a8f3788627a01dbb94fd90bc0d0b837a294ef4 (patch) | |
tree | a5b911c540c1f1030c42800aef02747fa2fa94e9 /tools/lib | |
parent | cceba7e0c9904763e489a0106f697b6a9245f2de (diff) | |
download | hdf5-79a8f3788627a01dbb94fd90bc0d0b837a294ef4.zip hdf5-79a8f3788627a01dbb94fd90bc0d0b837a294ef4.tar.gz hdf5-79a8f3788627a01dbb94fd90bc0d0b837a294ef4.tar.bz2 |
[svn-r7797] Purpose:
code clean
Description:
added some comments
Solution:
Platforms tested:
linux (small change)
Misc. update:
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff_array.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index b8d2a12..e65ae83 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -243,7 +243,7 @@ int diff_array_mem( void *_mem1, break; /*------------------------------------------------------------------------- - * H5T_STRING, H5T_BITFIELD, H5T_OPAQUE, H5T_REFERENCE, H5T_ENUM: + * H5T_STRING *------------------------------------------------------------------------- */ case H5T_STRING: @@ -271,7 +271,7 @@ int diff_array_mem( void *_mem1, break; /*------------------------------------------------------------------------- - * H5T_BITFIELD, H5T_OPAQUE, H5T_REFERENCE, H5T_ENUM: + * H5T_BITFIELD, H5T_OPAQUE, H5T_ENUM *------------------------------------------------------------------------- */ case H5T_BITFIELD: |