enable function translatepoly() if XSPICE is not selected.

If XSPICE is selected, the old ENHtranslate_poly() prevails.
This commit is contained in:
Holger Vogt 2018-07-14 13:51:40 +02:00
parent 8c96344015
commit dae5c99925
1 changed files with 1 additions and 1 deletions

View File

@ -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