1 |
cafagna |
3.1 |
* |
2 |
|
|
* $Id$ |
3 |
|
|
* |
4 |
|
|
* $Log$ |
5 |
|
|
* |
6 |
|
|
* |
7 |
|
|
* xcapacmatrix.inc |
8 |
|
|
* |
9 |
|
|
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
|
|
*-- Author : |
11 |
|
|
*----------------------------------------------------------------------- |
12 |
|
|
* MATRIX - Common block storing various large double precision arrays |
13 |
|
|
* such as the capacitance matrices, a drift time tabel etc. |
14 |
|
|
* VARIABLES : A : The elements I=1,NWIRE J=1,NWIRE form the |
15 |
|
|
* capacitance matrix, the row and colom at |
16 |
|
|
* NWIRE+1 are used to make sure the total |
17 |
|
|
* charge is zero, the last colom is working |
18 |
|
|
* space for routine DEQINV. (Valid for the |
19 |
|
|
* capacitance matrices only). |
20 |
|
|
*----------------------------------------------------------------------- |