constants that are used as netcdf dimensions must be of type long
◆ MAX_ERR_LENGTH
#define MAX_ERR_LENGTH 256 |
Maximum length of an error message passed to ex_err() function. Typically, internal use only
◆ MAX_LINE_LENGTH
#define MAX_LINE_LENGTH 80L |
Maximum length of the database title or an information record
◆ MAX_NAME_LENGTH
Maximum length of an entity name, attribute name, variable name
◆ MAX_STR_LENGTH
#define MAX_STR_LENGTH 32L |
Maximum length of QA record, element type name
◆ ex_entity_id
Specifies that this argument is the id of an entity: element block, nodeset, sideset, ...
◆ void_int
The mechanism for passing double/float and int/int64_t both use a void*; to avoid some confusion as to whether a function takes an integer or a float/double, the following typedef is used for the integer argument