1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xprintplot.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* PRTPLT - Common block specifying what should and what should not be |
13 |
* printed/plotted. It also contains the debug options. |
14 |
* VARIABLES : LINPUT : yes/no printing of the input, |
15 |
* LDEBUG : yes/no debuging output, |
16 |
* LIDENT : yes/no routine identification, |
17 |
* LKEYPL : yes/no plotting of contour keys (NAG), |
18 |
* LCELPR : yes/no printing of cell data, |
19 |
* LCELPL : yes/no plotting of cell layout, |
20 |
* LDRPLT : yes/no drift lines plotted, |
21 |
* LDRPRT : yes/no printing of drift line data, |
22 |
* LCLPRT : yes/no printing of cluster history, |
23 |
* LCLPLT : yes/no printing of plotting of cluster etc, |
24 |
* LPROPR : yes/no printing of progress. |
25 |
* LPROF : yes/no reading of profile |
26 |
* LMAPCH : yes/no check of field map indexing |
27 |
* LSYNCH : Synchronisation prompt format. |
28 |
* LUNOUT : unit to be used for output. |
29 |
* JFAIL : Action in case of an error (1=carry on with |
30 |
* defaults, 2=skip the line, 3=stop program). |
31 |
* JEXMEM : Action in case a member already exists |
32 |
* (1=delete old copy, 2=write+warn, 3=warn) |
33 |
* LGSTOP : Dump and stop after graphics fault (debug) |
34 |
* LGSIG : Signal top dump and stop. |
35 |
* (Last changed on 15/12/98.) |
36 |
*----------------------------------------------------------------------- |