Browse Source

No brackets around instance parameters dtemp, temp

pre-master-46
Holger Vogt 5 years ago
parent
commit
aee35e6ef3
  1. 3
      src/frontend/inpcom.c

3
src/frontend/inpcom.c

@ -6027,7 +6027,8 @@ static char *inp_modify_exp(/* NOT CONST */ char *expr)
if ((*s == '(') || cieq(buf, "hertz") || if ((*s == '(') || cieq(buf, "hertz") ||
cieq(buf, "temper") || cieq(buf, "time") || cieq(buf, "temper") || cieq(buf, "time") ||
cieq(buf, "pi") || cieq(buf, "e") || cieq(buf, "pi") || cieq(buf, "e") ||
cieq(buf, "pwl")) {
cieq(buf, "pwl") || cieq(buf, "dtemp") ||
cieq(buf, "temp")) {
wl->wl_word = copy(buf); wl->wl_word = copy(buf);
} }
else if (cieq(buf, "tc1") || cieq(buf, "tc2") || else if (cieq(buf, "tc1") || cieq(buf, "tc2") ||

Loading…
Cancel
Save