GINO Graphics Suite - GINO v9.0  

gSetDebugSwitch

Syntax

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

Arguments

sw
Debug output switch

= GOFF, Switch debug output off
= GON, Switch debug output on (default if gDebug() is called)

Description

Following the nomination of the gDebug() intermediate device driver, its output may be controlled by switching its operation on and off using gSetDebugSwitch(). This allows the user to select gDebug() output for the desired section of the application program.

See Also

gSetDebugSwitch Usage
gDebug