if (NUMVAR > 0) { \
if (status != NC_NOERR) \
goto error_ret; \
\
\
if (!(VIDS = malloc(sizeof(int64_t) * DVAL))) { \
"ERROR: failed to allocate memory for " TNAME
" id array for file id %d",
exoid); \
goto error_ret; \
} \
ex_get_ids(
exoid, EIDS, VIDS); \
\
\
if (VSTATVAL == NULL) { \
goto error_ret; \
} \
}
static int * get_status_array(int exoid, int var_count, const char *VARIABLE, const char *label)
Definition: ex_put_all_var_param_ext.c:422
#define EX_MEMFAIL
Definition: exodusII.h:1677
int ex_get_dimension(int exoid, const char *DIMENSION, const char *label, size_t *count, int *dimid, const char *routine)
Definition: ex_utils.c:1480
#define MAX_ERR_LENGTH
Definition: exodusII.h:301
int exoid
Definition: exodusII_int.h:769