1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xmatdata.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* MATDAT - Common block storing matrices. |
13 |
* VARIABLES : MSIZ(I,J) : Length of dimension J of matrix I |
14 |
* MDIM(I) : Number of dimensions of matrix I |
15 |
* MREF(I) : Reference for matrix I |
16 |
* MMOD(I) : Type of variables stored in matrix I |
17 |
* MORG(I) : Points in MVEC before 1st element |
18 |
* MLEN(I) : Length of matrix I (=product of MSIZ) |
19 |
* NREFL : Last reference number assigned |
20 |
* (Last changed on 8/11/95.) |
21 |
*----------------------------------------------------------------------- |