inpcom.c, bug fix, always reset expr_w_temper

This commit is contained in:
rlar 2017-03-26 18:09:49 +02:00
parent 5513d8bdf3
commit fa13e422cd
1 changed files with 2 additions and 0 deletions

View File

@ -545,6 +545,8 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile)
inp_bsource_compat(working);
inp_dot_if(working);
inp_temper_compat(working);
} else {
expr_w_temper = FALSE;
}
inp_add_series_resistor(working);