enable function translatepoly() if XSPICE is not selected.
If XSPICE is selected, the old ENHtranslate_poly() prevails.
This commit is contained in:
parent
8c96344015
commit
dae5c99925
|
|
@ -610,7 +610,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
|
|||
}
|
||||
|
||||
/* Now handle translation of spice2c6 POLYs. */
|
||||
#ifdef XSPICE_
|
||||
#ifdef XSPICE
|
||||
/* Translate all SPICE 2G6 polynomial type sources */
|
||||
deck->nextcard = ENHtranslate_poly(deck->nextcard);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue