HMRES_openinputfile()

Opens an input file containing results.

Syntax

FILE * HMRES_openinputfile(char * filename, char * mode);

Type

HyperMesh hmreslib Function

Description

Opens an input file containing results.

Inputs

filename
The name of the results file to be opened.
mode
The type of file to be opened. Use:
rb If the file is a binary file.
rt If the file is a text file.

Example

This function can take the arguments passed in by you and open standard input as its input stream, if a file name is not specified.

Errors

None.