diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-01-26 21:36:59 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-01-26 21:36:59 (GMT) |
commit | 2528e7021fcd3ceceaf8bcee4cb477e741d0fac1 (patch) | |
tree | 651b99639ee7841dca52914de616a173139ed052 /test/gen_cross.c | |
parent | 2f60f824535c78b84060392d4854a6fcf86b5c59 (diff) | |
download | hdf5-2528e7021fcd3ceceaf8bcee4cb477e741d0fac1.zip hdf5-2528e7021fcd3ceceaf8bcee4cb477e741d0fac1.tar.gz hdf5-2528e7021fcd3ceceaf8bcee4cb477e741d0fac1.tar.bz2 |
[svn-r20006] I updated the read buffer from float to double to be more appropriate.
Tested on jam and linew.
Diffstat (limited to 'test/gen_cross.c')
-rwxr-xr-x | test/gen_cross.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_cross.c b/test/gen_cross.c index 4bb585d..0bc3460 100755 --- a/test/gen_cross.c +++ b/test/gen_cross.c @@ -44,7 +44,7 @@ int create_scale_offset_dset_int(hid_t fid, hid_t sid); /*------------------------------------------------------------------------- * Function: create_normal_dset * - * Purpose: Create a regular dataset of DOUBLE datatype. + * Purpose: Create a regular dataset of FLOAT datatype. * * Return: Success: 0 * Failure: -1 |