NetCDF
4.6.3
|
Copyright 2018 University Corporation for Atmospheric Research/Unidata. More...
#include "ncdispatch.h"
Go to the source code of this file.
Functions | |
Deleting and Renaming Attributes | |
Functions to delete or rename an attribute. | |
int | nc_rename_att (int ncid, int varid, const char *name, const char *newname) |
Rename an attribute. More... | |
int | nc_del_att (int ncid, int varid, const char *name) |
Delete an attribute. More... | |