Browse Source

Enable tc conversion also for L and C

Even is PSPICE manual does not mention this,
device model makers are using this option.
pre-master-46
Holger Vogt 7 years ago
parent
commit
6a1b6ced18
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

@ -7242,7 +7242,7 @@ pspice_compat(struct card *oldcard)
continue;
}
if (*cut_line == 'r') {
if (*cut_line == 'r' || *cut_line == 'l' || *cut_line == 'c') {
char *tctok = search_plain_identifier(cut_line, "tc");
if (tctok) {
char *tctok1 = strchr(tctok,'=');

Loading…
Cancel
Save