mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
fixed docs
This commit is contained in:
parent
8847c843fb
commit
cf890be803
@ -61,9 +61,10 @@ nc_put_att_string(int ncid, int varid, const char *name,
|
||||
\ingroup attributes
|
||||
Write a text attribute.
|
||||
|
||||
Add or change a text attribute. If this attribute is new,
|
||||
or if the space required to store the attribute is greater than
|
||||
before, the netCDF dataset must be in define mode.
|
||||
Add or change a text attribute. If this attribute is new, or if the
|
||||
space required to store the attribute is greater than before, the
|
||||
netCDF dataset must be in define mode for classic formats (or
|
||||
netCDF-4/HDF5 with NC_CLASSIC_MODEL).
|
||||
|
||||
Although it's possible to create attributes of all types, text and
|
||||
double attributes are adequate for most purposes.
|
||||
|
Loading…
Reference in New Issue
Block a user