mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Partially deprecated varm function
This commit is contained in:
parent
7c7db22bc7
commit
8a71ed7569
@ -1401,8 +1401,9 @@ atomic type; it will not read user defined types. For this
|
||||
function, the type of the data in memory must match the type
|
||||
of the variable - no data conversion is done.
|
||||
|
||||
Use of this family of functions is discouraged, although not
|
||||
formally deprecated. The reason is the complexity of the
|
||||
@deprecated Use of this family of functions is discouraged,
|
||||
although it will continue to be supported.
|
||||
The reason is the complexity of the
|
||||
algorithm makes its use difficult for users to properly use.
|
||||
|
||||
\param ncid NetCDF or group ID, from a previous call to nc_open(),
|
||||
|
@ -1310,8 +1310,9 @@ atomic type; it will not write user defined types. For this
|
||||
function, the type of the data in memory must match the type
|
||||
of the variable - no data conversion is done.
|
||||
|
||||
Use of this family of functions is discouraged, although not
|
||||
formally deprecated. The reason is the complexity of the
|
||||
@deprecated Use of this family of functions is discouraged,
|
||||
although it will continue to be supported.
|
||||
The reason is the complexity of the
|
||||
algorithm makes its use difficult for users to properly use.
|
||||
|
||||
\param ncid NetCDF or group ID, from a previous call to nc_open(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user