mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Remove unused variable.
This commit is contained in:
@@ -500,7 +500,6 @@ void cm_cpmline (ARGS)
|
||||
double t = TIME;
|
||||
double Vp[PORT_NUM];
|
||||
double Ip[PORT_NUM];
|
||||
double Vnew[PORT_NUM];
|
||||
Vp[0] = INPUT(p1s);
|
||||
Vp[1] = INPUT(p2s);
|
||||
Vp[2] = INPUT(p3s);
|
||||
|
||||
Reference in New Issue
Block a user