src/spicelib/analysis/dcpss.c, avoid warning, drop a nested local `i'

This commit is contained in:
rlar 2015-12-17 20:35:11 +01:00
parent 1aab57d17e
commit 0e0c2785a4
1 changed files with 0 additions and 1 deletions

View File

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