|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <stddef.h>#include <stdio.h>Functions | |
| int | ex_get_qa (int exoid, char *qa_record[][4]) |
| int ex_get_qa | ( | int | exoid, |
| char * | qa_record[][4] | ||
| ) |
The function ex_get_qa() reads the QA records from the database. Each QA record contains four MAX_STR_LENGTH-byte character strings. The character strings are:
Memory must be allocated for the QA records before this call is made. The number of QA records can be determined by invoking ex_inquire().
| [in] | exoid | exodus file ID returned from a previous call to ex_create() or ex_open(). |
| [out] | qa_record | Returned array containing the QA records. |
The following will determine the number of QA records and read them from the open exodus file: