ExodusII
6.05
|
Functions | |
int | ex_close (int exoid) |
Variables | |
char * | ret_string |
int ex_close | ( | int | exoid | ) |
The function ex_close() updates and then closes an open exodus file.
exoid | exodus file ID returned from a previous call to ex_create() or ex_open(). |
The following code segment closes an open exodus file:
char* ret_string |