HMRES_simulationexists()

Determines if the simulation already exists.

Syntax

int HMRES_simulationexists(char * simulationname, int simulationid);

Type

HyperMesh hmreslib Function

Description

Determines if the simulation already exists.

Inputs

simulationname
The simulation name of the simulation to be checked.
simulationid
The simulation ID of the simulation to be checked.

Example

Zero, if the simulation does not exist.

One, if the simulation already exists.

Errors

None.