GINO Graphics Suite - GINO v9.0  

gEnqWorkspaceLimit

Syntax

[C/C++:]
void gEnqWorkspaceLimit(int *n);
[F90:]
subroutine gEnqWorkspaceLimit(nl1, nl2)
integer, intent(out) :: nl1,nl2

Arguments

n
Number of real words reserved for use as a workspace area

= 0, No workspace area defined

nl1,nl2
Limits of global workspace area

Description

The routine gEnqWorkspaceLimit() returns the size of GINO's workspace area, if it has been defined by gSetWorkspaceLimit(). Otherwise n is returned set to zero.

See Also

gEnqWorkspaceLimit Usage
gSetWorkspaceLimit