* * $Id$ * * $Log$ * * * xdimensions.inc * *CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown *-- Author : *----------------------------------------------------------------------- * Parameter block containing the dimensions of the arrays. * Changing the parameters in this block influences the entire * program, but it should be used to save space on the one * hand and to accomodate many wires on the other hand. * PARAMETER : MXWIRE : Maximum number of wires that can be stored. * MXSW : Maximum number of sense wires. * MXPSTR : Maximum number of strips per plane. * MXMATT : Maximum number of x and y dielectrica. * MX3D : Maximum number of 3 dimensional charges. * MXPOLE : Maximum number of multipole terms. * MXLIST : Maximum number of points in lists eg in the * gas tables or on the drift lines etc. * MXGRID : Maximum number of grid points. * MXNAME : Maximum number of characters in dsnames. * MXLUN : Highest input LUN allowed to be open. * MXCLUS : Maximum number of clusters along the track. * MXPAIR : Maximum number of ion pairs in one cluster * MXLINE : Maximum number of drift lines (equal time). * MXEQUT : Maximum number of equal time contours. * MXFOUR : Maximum number of Fourier terms (ion tail). * MXRECL : Maximum lrecl of a direct access file. * MXINCH : Maximum number of characters / input line. * MXWORD : Maximum number of words a line may contain. * MXCHAR : Maximum number of characters in each word. * MXINS : Maximum number of instructions in a list. * MXREG : Maximum number of varying numbers. * MXCONS : Maximum number of constants. * MXVAR : Maximum number of variables to be passed. * MXZERO : Maximum number of zeros to be handled. * MXCHA : Maximum number of channels in a histogram. * MXPART : Maximum number of particles on a track. * MXSTCK : Maximum stack level for integrations. * MXFPAR : Maximum number of fitting parameters. * MXFPNT : Maximum number of fitting data-points. * MXWKLS : Maximum number of active workstations. * MXHLRL : Record length for the help file. * MXSUBT : Maximum sublevel depth during help. * MXHLEV : Maximum number of levels in the help file. * MXFRAC : Maximum number of gas components. * MXBANG : Maximum number of E-B angles in tables. * MXBTAB : Maximum number of B fields in the tables. * MXORIA : Maximum number of ion origin angles. * MXMAT : Maximum number of matrices. * MXEMAT : Total matrix storage area. * MXMDIM : Maximum number of matrix dimensions. * MXEPS : Maximum number of media in a field map. * MXMAP : Maximum number of triangles in a field map. * MXWMAP : Maximum number of weighting field maps. * MXSOLI : Maximum number of conductors. * MXPLAN : Maximum number of planes in buffer. * MXPOIN : Maximum number of points in buffer. * MXEDGE : Maximum number of edges per polygon. * MXMCA : Maximum avalanche size * (Last changed on 6/ 1/01.) *-----------------------------------------------------------------------