|
|
|
@ -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)) |
|
|
|
|