unify OUTpBeginPlot() usage of ckt->CKTcurJob
This commit is contained in:
parent
a7ac45c9cb
commit
c09058038c
|
|
@ -1,3 +1,7 @@
|
|||
2011-12-13 Robert Larice
|
||||
* src/spicelib/analysis/pzan.c :
|
||||
unify OUTpBeginPlot() usage of ckt->CKTcurJob
|
||||
|
||||
2011-12-13 Robert Larice
|
||||
* src/spicelib/analysis/cktdisto.c ,
|
||||
* src/spicelib/analysis/cktpzld.c ,
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ PZpost(CKTcircuit *ckt)
|
|||
name, UID_OTHER, NULL);
|
||||
}
|
||||
|
||||
SPfrontEnd->OUTpBeginPlot (ckt, (JOB *)job, job->JOBname,
|
||||
SPfrontEnd->OUTpBeginPlot (ckt, ckt->CKTcurJob, ckt->CKTcurJob->JOBname,
|
||||
NULL, 0, job->PZnPoles + job->PZnZeros, namelist,
|
||||
IF_COMPLEX, &pzPlotPtr);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue