src/spicelib/analysis/dcpss.c, avoid warning, drop a nested local `i'
This commit is contained in:
parent
1aab57d17e
commit
0e0c2785a4
|
|
@ -624,7 +624,6 @@ DCpss(CKTcircuit *ckt,
|
|||
case SHOOTING:
|
||||
{
|
||||
double offset, interval, nextBreak ;
|
||||
int i ;
|
||||
/* Calculation of error norms of RHS solution of every accepted nextTime */
|
||||
err = 0 ;
|
||||
for (i = 0 ; i < msize ; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue