1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xcontdata.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* CONDAT - Common block for the contour routines. |
13 |
* Variables : XDONE, YDONE: Keeps track of grid crossings |
14 |
* TRANS : Yes/no conformal mapping |
15 |
* CLAB : Yes/no labeling of contours |
16 |
* GRID : Array of contour heights on the grid |
17 |
* EPSTRA : Epsilon for tracking a contour |
18 |
* EPSGRA : Epsilon for computing gradients |
19 |
* D(XY)GRA : Step size for computing gradients |
20 |
* C(XY)M(INAX): Area for which the contours are made |
21 |
* STINIT : |
22 |
* DNTHR : Grid crossing tolerance |
23 |
* NFC : Number of funtion calls used for contours |
24 |
* (Last changed on 19/ 6/98.) |
25 |
*----------------------------------------------------------------------- |