Browse Source

i-sweep sall become a current vector (SV_CURRENT)

pre-master-46
Holger Vogt 5 years ago
parent
commit
fb8e974ac4
  1. 2
      src/frontend/outitf.c

2
src/frontend/outitf.c

@ -935,6 +935,8 @@ guess_type(const char *name)
type = SV_TEMP;
else if (cieq(name, "res-sweep"))
type = SV_RES;
else if (cieq(name, "i-sweep"))
type = SV_CURRENT;
else if ((*name == '@') && substring("[g", name)) /* token starting with [g */
type = SV_ADMITTANCE;
else if ((*name == '@') && substring("[c", name))

Loading…
Cancel
Save