diff --git a/src/maths/sparse/spalloc.c b/src/maths/sparse/spalloc.c index b9e8e6e22..14321d66a 100644 --- a/src/maths/sparse/spalloc.c +++ b/src/maths/sparse/spalloc.c @@ -137,8 +137,9 @@ spCreate(int Size, int Complex, int *pError) return NULL; } + +#if 0 /* pn: skipped for cider */ /* Test for valid type. */ -#if !REAL if (!Complex) { *pError = spPANIC; return NULL;