cleanup OUTattributes() invocations

checked for object file invariance
This commit is contained in:
rlar 2013-07-14 15:15:38 +02:00
parent 29c57dd857
commit 96e1d7eec6
4 changed files with 4 additions and 8 deletions

View File

@ -196,8 +196,7 @@ ACan(CKTcircuit *ckt, int restart)
if(error) return(error);
if (job->ACstepType != LINEAR) {
SPfrontEnd->OUTattributes (acPlot, NULL,
OUT_SCALE_LOG, NULL);
SPfrontEnd->OUTattributes (acPlot, NULL, OUT_SCALE_LOG, NULL);
}
freq = job->ACstartFreq;

View File

@ -209,8 +209,7 @@ int sens_sens(CKTcircuit *ckt, int restart)
output_values = NULL;
output_cvalues = NEWN(IFcomplex, num_vars);
if (job->step_type != SENS_LINEAR)
SPfrontEnd->OUTattributes (sen_data,
NULL, OUT_SCALE_LOG, NULL);
SPfrontEnd->OUTattributes (sen_data, NULL, OUT_SCALE_LOG, NULL);
}

View File

@ -523,8 +523,7 @@ time1 = SPfrontEnd->IFseconds();
numNames, nameList, IF_COMPLEX,
&acPlot);
if (job->DstepType != LINEAR) {
SPfrontEnd->OUTattributes (acPlot, NULL,
OUT_SCALE_LOG, NULL);
SPfrontEnd->OUTattributes (acPlot, NULL, OUT_SCALE_LOG, NULL);
}
for (i=0; i< displacement ; i++)
{

View File

@ -137,8 +137,7 @@ NOISEan (CKTcircuit *ckt, int restart)
if (error) return(error);
if (job->NstpType != LINEAR) {
SPfrontEnd->OUTattributes (data->NplotPtr, NULL,
OUT_SCALE_LOG, NULL);
SPfrontEnd->OUTattributes (data->NplotPtr, NULL, OUT_SCALE_LOG, NULL);
}
} else { /* we must have paused before. pick up where we left off */