Browse Source

Errors corrected.

pre-master-46
pnenzi 23 years ago
parent
commit
b25c50f614
  1. 2
      src/spicelib/devices/cpl/cplinit.c
  2. 1
      src/spicelib/devices/cpl/cplsetup.c

2
src/spicelib/devices/cpl/cplinit.c

@ -57,7 +57,7 @@ SPICEdev CPLinfo = {
DEVsetic : NULL,
DEVask : NULL,
DEVmodAsk : NULL,
DEVpzload : NULL,
DEVpzLoad : NULL,
DEVconvTest : NULL,
DEVsenSetup : NULL,
DEVsenLoad : NULL,

1
src/spicelib/devices/cpl/cplsetup.c

@ -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…
Cancel
Save