No brackets around instance parameters dtemp, temp

This commit is contained in:
Holger Vogt 2020-12-06 10:28:42 +01:00
parent fe24a4135c
commit aee35e6ef3
1 changed files with 2 additions and 1 deletions

View File

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