Warn if rshunt without XSPICE selected
This commit is contained in:
parent
f8c1c8477a
commit
ca2d994368
|
|
@ -250,6 +250,10 @@ CKTsetOpt(CKTcircuit *ckt, JOB *anal, int opt, IFvalue *val)
|
||||||
fprintf(stderr, "WARNING - Rshunt option too small. Ignored.\n");
|
fprintf(stderr, "WARNING - Rshunt option too small. Ignored.\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#else
|
||||||
|
case OPT_ENH_RSHUNT:
|
||||||
|
fprintf(stderr, "WARNING - Option Rshunt available only with XSPICE enabled.\n");
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
/* gtri - end - wbk - add new options */
|
/* gtri - end - wbk - add new options */
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue