udfPrintMessPrim()
Print a message to the standard output, or .log file, if active, for the primary processor/subdomain.
Syntax
udfPrintMessPrim( udfHd, format, ... ) ;
Type
AcuSolve User-Defined Function Basic
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
- format (string)
- C printf() format.
- ... (vararg)
- List of C variables.
Return Value
None
Description
udfPrintMessPrim( udfHd, "return value is %g", outVec[0] ) ;
Errors
This routine expects a valid udfHd.