Browse Source

Modified code for CIDER simulator.

pre-master-46
pnenzi 23 years ago
parent
commit
b8cece5fba
  1. 3
      src/maths/sparse/spalloc.c

3
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;

Loading…
Cancel
Save