mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Cleaned up a comment in nc4hdf.c
This commit is contained in:
parent
60d46e40e0
commit
dd53809815
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user