HMRES_writeresults()

Writes a HyperMesh binary database containing the results previously stored in a file in hmreslib.

Syntax

int HMRES_writeresults(char * filename);

Type

HyperMesh hmreslib Function

Description

Writes a HyperMesh binary database containing the results previously stored in a file in hmreslib.

Inputs

filename
The name of the file that should be created.

Example

Zero, if successful; otherwise, nonzero.

This function overwrites the file if it already exists.

Errors

None.