AODataKeyRemove

Remove a data key from a AOData database.

Synopsis

#include "petscao.h" 
int AODataKeyRemove(AOData aodata,char *name)
Collective on AOData

Input Parameters

aodata - the database
name - the name of the key

Keywords

database removal

See Also


Level:advanced
Location:
src/dm/ao/interface/aodata.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/dm/ao/examples/tutorials/ex1.c.html