|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <stddef.h>#include <stdio.h>#include <string.h>Functions | |
| int | ex_put_names (int exoid, ex_entity_type obj_type, char *names[]) |
| int ex_put_names | ( | int | exoid, |
| ex_entity_type | obj_type, | ||
| char * | names[] | ||
| ) |
writes the entity names to the database
| exoid | exodus file id |
| obj_type | object type |
| names | ptr array of entity names |