i-sweep sall become a current vector (SV_CURRENT)
This commit is contained in:
parent
939410874a
commit
fb8e974ac4
|
|
@ -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…
Reference in New Issue