unify OUTpBeginPlot() usage of ckt->CKTcurJob

This commit is contained in:
rlar 2011-12-13 19:08:15 +00:00
parent a7ac45c9cb
commit c09058038c
2 changed files with 5 additions and 1 deletions

View File

@ -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 ,

View File

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