Partially deprecated varm function

This commit is contained in:
dmh 2014-10-12 12:38:41 -06:00
parent 7c7db22bc7
commit 8a71ed7569
2 changed files with 6 additions and 4 deletions

View File

@ -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(),

View File

@ -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(),