cktdojob.c, bug fix, WANT_SENSE2 specific
`ANALmaxnum' was uninitialized https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3604609&group_id=38962
This commit is contained in:
parent
39998daddb
commit
7b32d828b8
|
|
@ -30,7 +30,8 @@ CKTdoJob(CKTcircuit *ckt, int reset, TSKtask *task)
|
|||
JOB *job;
|
||||
double startTime;
|
||||
int error, i, error2;
|
||||
int ANALmaxnum;
|
||||
|
||||
int ANALmaxnum = spice_num_analysis();
|
||||
|
||||
#ifdef WANT_SENSE2
|
||||
int senflag;
|
||||
|
|
@ -45,8 +46,6 @@ CKTdoJob(CKTcircuit *ckt, int reset, TSKtask *task)
|
|||
}
|
||||
#endif
|
||||
|
||||
ANALmaxnum = spice_num_analysis();
|
||||
|
||||
startTime = SPfrontEnd->IFseconds();
|
||||
|
||||
ckt->CKTtemp = task->TSKtemp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue