Errors corrected.
This commit is contained in:
parent
2f87db3456
commit
b25c50f614
|
|
@ -57,7 +57,7 @@ SPICEdev CPLinfo = {
|
|||
DEVsetic : NULL,
|
||||
DEVask : NULL,
|
||||
DEVmodAsk : NULL,
|
||||
DEVpzload : NULL,
|
||||
DEVpzLoad : NULL,
|
||||
DEVconvTest : NULL,
|
||||
DEVsenSetup : NULL,
|
||||
DEVsenLoad : NULL,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ Author: 1992 Charles Hough
|
|||
|
||||
#define MAX_DEG 8
|
||||
#define epsilon 1.0e-88
|
||||
#define ABS(x) ((x) >= 0 ? (x) : (-(x)))
|
||||
#define MAX_STRING 128
|
||||
|
||||
static double ZY[MAX_DIM][MAX_DIM];
|
||||
|
|
|
|||
Loading…
Reference in New Issue