HMRES_argumentuserprintfunction()

Assigns the function that prints out what the argument is assigned.

Syntax

void HMRES_argumentuserprintfunction(void * printfunction, int argument);

Type

HyperMesh hmreslib Function

Description

Assigns the function that prints out what the argument is assigned.

Inputs

printfunction
The function that is called by hmreslib when an argument is defined as a "User" type argument.
argument
The number of the argument.

Errors

None.