From dae5c9992570c7f2fb946ba021d2d9ef4fbe4d0d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 14 Jul 2018 13:51:40 +0200 Subject: [PATCH] enable function translatepoly() if XSPICE is not selected. If XSPICE is selected, the old ENHtranslate_poly() prevails. --- src/frontend/inp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index b9238f89a..8f087e635 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -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