HM_asciifile_readfixeddouble()

Reads a fixed double from an ASCII file.

Syntax

double HM_asciifile_readfixeddouble(FILE * file, int width);

Type

HyperMesh hmlib Function

Description

Reads a fixed double from an ASCII file. Returns the value of the double contained in the field.

Inputs

file
The handle to the open ASCII file (must be opened with fopen("","rt")).
width
The width of the real number that should be read.

Errors

None.