Cleaned up a comment in nc4hdf.c

This commit is contained in:
Ward Fisher 2014-06-09 17:03:49 -06:00
parent 60d46e40e0
commit dd53809815

View File

@ -2542,7 +2542,9 @@ nc4_rec_write_groups_types(NC_GRP_INFO_T *grp)
return NC_NOERR;
}
/* This function will copy data from one buffer to another, in
/*! Copy data from one buffer to another, performing appropriate data conversion.
This function will copy data from one buffer to another, in
accordance with the types. Range errors will be noted, and the fill
value used (or the default fill value if none is supplied) for
values that overflow the type.
@ -2552,7 +2554,6 @@ nc4_rec_write_groups_types(NC_GRP_INFO_T *grp)
Ed Hartnett, 11/15/3
*/
int
nc4_convert_type(const void *src, void *dest,
const nc_type src_type, const nc_type dest_type,