From aee35e6ef315941e1af578f32ce24aa4684fae2a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 6 Dec 2020 10:28:42 +0100 Subject: [PATCH] No brackets around instance parameters dtemp, temp --- src/frontend/inpcom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 5d15bc2a7..111179660 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -6027,7 +6027,8 @@ static char *inp_modify_exp(/* NOT CONST */ char *expr) if ((*s == '(') || cieq(buf, "hertz") || cieq(buf, "temper") || cieq(buf, "time") || cieq(buf, "pi") || cieq(buf, "e") || - cieq(buf, "pwl")) { + cieq(buf, "pwl") || cieq(buf, "dtemp") || + cieq(buf, "temp")) { wl->wl_word = copy(buf); } else if (cieq(buf, "tc1") || cieq(buf, "tc2") ||