| 1 |
* |
| 2 |
* $Id$ |
| 3 |
* |
| 4 |
* $Log$ |
| 5 |
* |
| 6 |
* |
| 7 |
* xglobals.inc |
| 8 |
* |
| 9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
| 10 |
*-- Author : |
| 11 |
*----------------------------------------------------------------------- |
| 12 |
* GLBDAT - Common blocks storing the names and values of the global |
| 13 |
* GLBCHR variables. |
| 14 |
* VARIABLES : GLBVAR : Names of the global variables. |
| 15 |
* GLBVAL : Values of the global variables. |
| 16 |
* GLBMOD : Type: 0 undefined, 1 string, 2 number, |
| 17 |
* 3 logical, 4 histogram, 5 matrix. |
| 18 |
* NGLB : Number of global variables. |
| 19 |
*----------------------------------------------------------------------- |