ufpCheckNumUsrStrs()

Check the number of user strings given in the input file.

Syntax

ufpCheckNumUsrStrs ( ufpHd, nUsrStrs ) ;

Type

AcuSolve User-Defined Function Basic Routine

Parameters

ufpHd (pointer)
The opaque handle which was passed to the user function.
nUsrStrs (integer)
Number of user strings that the function expects.

Return Value

None

Description

This routine verifies that the number of user strings supplied in the input file is the same as the second argument. If it is not, an error message is issued and the particle tracer exits. For example,
ufpCheckNumUsrStrs( ufpHd, 2 ) ;

Errors

This routine expects a valid ufpHd.