mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
added comment describing netcdf-4 behavior in data mode dim renames with longer names
This commit is contained in:
parent
3ea1ea7b01
commit
1eb7e7a8e8
@ -187,6 +187,11 @@ NC4_inq_dim(int ncid, int dimid, char *name, size_t *lenp)
|
||||
/**
|
||||
* @internal Rename a dimension, for those who like to prevaricate.
|
||||
*
|
||||
* @note If we're not in define mode, new name must be of equal or
|
||||
* less size, if strict nc3 rules are in effect for this file. But we
|
||||
* don't check this because reproducing the exact classic behavior
|
||||
* would be too difficult. See github issue #1340.
|
||||
*
|
||||
* @param ncid File and group ID.
|
||||
* @param dimid Dimension ID.
|
||||
* @param name New dimension name.
|
||||
|
Loading…
Reference in New Issue
Block a user