GINO Graphics Suite - GINO v9.0  

gDummy

Syntax

[C/C++:]
void gDummy(void);
[F90:]
subroutine gDummy

Arguments

None

Description

A call to gDummy() nominates a notional device which does not produce any graphics output.

Used in conjunction with gDebug() or gSetTracerMode() it is a useful aid to program development.

It is called by GINO if the user fails to nominate a device. This is to allow proper initialization of GINO.

See Also

gDummy Usage
gDebug
gSetTracerMode