Modified code for CIDER simulator.
This commit is contained in:
parent
9cb7e22d6f
commit
b8cece5fba
|
|
@ -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…
Reference in New Issue