GINO Graphics Suite - GINO v9.0  

gDefineGroupRange

Syntax

[C/C++:]
void gDefineGroupRange(int ngmin, int ngmax);
[F90:]
subroutine gDefineGroupRange(ngmin,  ngmax)
integer, intent(in) :: ngmin,ngmax

Arguments

ngmin
The beginning of the range of segment numbers to be used as groups numbers

ngmax
The end of the range of segment numbers to be used as groups numbers

Description

The routine gDefineGroupRange() defines a range of numbers to be used for segment groups and initializes the group table.

The default group range limits are initially set to be the same as the range of permissable segment numbers, which is device dependent. Any new definition must lie within these initial limits.

If ngmin > ngmax an error message is output and no further action is taken.

See Also

gDefineGroupRange Usage
gDefineSegGroup