|
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_qa (int exoid, int num_qa_records, char *qa_record[][4]) |
| int ex_put_qa | ( | int | exoid, |
| int | num_qa_records, | ||
| char * | qa_record[][4] | ||
| ) |
The function ex_put_qa() writes the QA records to the database. Each QA record contains four MAX_STR_LENGTH-byte character strings. The character strings are:
| [in] | exoid | exodus file ID returned from a previous call to ex_create() or ex_open(). |
| [in] | num_qa_records | The number of QA records. |
| [in] | qa_record | Array containing the QA records. To only define the number of qa records instead of defining and outputting, pass NULL for qa_record argument. |
The following code segment will write out two QA records: