GINO Graphics Suite - GINO v9.0  

gSetErrorMode

Syntax

[C/C++:]
void gSetErrorMode(int sw);
[F90:]
subroutine gSetErrorMode(sw)
integer, intent(in) :: sw

Arguments

sw
Error and warning message switch

= GALLOFF, Error and warning messages are suppressed
= GERRORON, Warning messages are suppressed, error messages are output
= GALLON, Error and warning messages are output (default)

Description

GINO generates error messages and warning messages. The default is for GINO to output all messages. A call to gSetErrorMode() can arrange for either warning messages or all messages to be suppressed, according to the value of sw. Errors and warnings are always logged, even when output of the corresponding messages is suppressed.

See Also

gSetErrorMode Usage