drop a bunch of (void**) NULL casts {invocation of IFnewUid()}

This commit is contained in:
rlar 2010-08-10 19:54:41 +00:00
parent 085afaee37
commit d897817800
67 changed files with 239 additions and 169 deletions

View File

@ -1,3 +1,73 @@
2010-08-10 Robert Larice
* src/frontend/spiceif.c ,
* src/spicelib/analysis/acan.c ,
* src/spicelib/analysis/cktnoise.c ,
* src/spicelib/analysis/dctran.c ,
* src/spicelib/analysis/dctrcurv.c ,
* src/spicelib/analysis/distoan.c ,
* src/spicelib/analysis/noisean.c ,
* src/spicelib/analysis/pzan.c ,
* src/spicelib/analysis/tfanal.c ,
* src/spicelib/devices/bjt/bjtnoise.c ,
* src/spicelib/devices/bjt2/bjt2noise.c ,
* src/spicelib/devices/bsim1/b1noi.c ,
* src/spicelib/devices/bsim2/b2noi.c ,
* src/spicelib/devices/bsim3/b3noi.c ,
* src/spicelib/devices/bsim3soi/b4soinoi.c ,
* src/spicelib/devices/bsim3soi_dd/b3soiddnoi.c ,
* src/spicelib/devices/bsim3soi_fd/b3soifdnoi.c ,
* src/spicelib/devices/bsim3soi_pd/b3soipdnoi.c ,
* src/spicelib/devices/bsim3v0/b3v0noi.c ,
* src/spicelib/devices/bsim3v1/b3v1noi.c ,
* src/spicelib/devices/bsim3v1a/b3v1anoi.c ,
* src/spicelib/devices/bsim3v1s/b3v1snoi.c ,
* src/spicelib/devices/bsim3v32/b3v32noi.c ,
* src/spicelib/devices/bsim4/b4noi.c ,
* src/spicelib/devices/bsim4v2/b4v2noi.c ,
* src/spicelib/devices/bsim4v3/b4v3noi.c ,
* src/spicelib/devices/bsim4v4/b4v4noi.c ,
* src/spicelib/devices/bsim4v5/b4v5noi.c ,
* src/spicelib/devices/csw/cswnoise.c ,
* src/spicelib/devices/dio/dionoise.c ,
* src/spicelib/devices/hisim/hsm1noi.c ,
* src/spicelib/devices/jfet/jfetnoi.c ,
* src/spicelib/devices/jfet2/jfet2noi.c ,
* src/spicelib/devices/mes/mesnoise.c ,
* src/spicelib/devices/mos1/mos1noi.c ,
* src/spicelib/devices/mos2/mos2noi.c ,
* src/spicelib/devices/mos3/mos3noi.c ,
* src/spicelib/devices/mos9/mos9noi.c ,
* src/spicelib/devices/res/resnoise.c ,
* src/spicelib/devices/soi3/soi3nois.c ,
* src/spicelib/devices/sw/swnoise.c ,
* src/spicelib/devices/urc/urcsetup.c ,
* src/spicelib/devices/vbic/vbicnoise.c ,
* src/spicelib/parser/inp2b.c ,
* src/spicelib/parser/inp2c.c ,
* src/spicelib/parser/inp2d.c ,
* src/spicelib/parser/inp2e.c ,
* src/spicelib/parser/inp2f.c ,
* src/spicelib/parser/inp2g.c ,
* src/spicelib/parser/inp2h.c ,
* src/spicelib/parser/inp2i.c ,
* src/spicelib/parser/inp2j.c ,
* src/spicelib/parser/inp2k.c ,
* src/spicelib/parser/inp2l.c ,
* src/spicelib/parser/inp2m.c ,
* src/spicelib/parser/inp2o.c ,
* src/spicelib/parser/inp2p.c ,
* src/spicelib/parser/inp2q.c ,
* src/spicelib/parser/inp2r.c ,
* src/spicelib/parser/inp2s.c ,
* src/spicelib/parser/inp2t.c ,
* src/spicelib/parser/inp2u.c ,
* src/spicelib/parser/inp2v.c ,
* src/spicelib/parser/inp2w.c ,
* src/spicelib/parser/inp2y.c ,
* src/spicelib/parser/inp2z.c :
drop a bunch of (void**) NULL casts,
all in the sixth argument of IFnewUid()
2010-08-10 Robert Larice
* src/include/cktdefs.h ,
* src/include/ifsim.h ,

View File

@ -109,7 +109,7 @@ if_inpdeck(struct line *deck, INPtables **tab)
/*CDHW Create a task DDD with a new UID. ci_defTask will point to it CDHW*/
err = IFnewUid(ckt,&taskUid,(IFuid)NULL,"default",UID_TASK,(void**)NULL);
err = IFnewUid(ckt, &taskUid, (IFuid)NULL, "default", UID_TASK, NULL);
if(err) {
ft_sperror(err,"newUid");
return(NULL);
@ -138,7 +138,7 @@ if_inpdeck(struct line *deck, INPtables **tab)
if(which != -1) {
err = IFnewUid(ckt,&optUid,(IFuid)NULL,"options",UID_ANALYSIS,
(void**)NULL);
NULL);
if(err) {
ft_sperror(err,"newUid");
return(NULL);
@ -246,7 +246,7 @@ if_run(CKTcircuit *t, char *what, wordlist *args, INPtables *tab)
ci_specTask will point to it CDHW*/
err = IFnewUid(ft_curckt->ci_ckt,&specUid,(IFuid)NULL,"special",
UID_TASK,(void**)NULL);
UID_TASK,NULL);
if(err) {
ft_sperror(err,"newUid");
return(2);
@ -274,7 +274,7 @@ ci_specTask will point to it CDHW*/
}
if(which != -1) { /*CDHW options are available CDHW*/
err = IFnewUid(ft_curckt->ci_ckt,&optUid,(IFuid)NULL,"options",
UID_ANALYSIS,(void**)NULL);
UID_ANALYSIS,NULL);
if(err) {
ft_sperror(err,"newUid");
return(2);
@ -1210,7 +1210,7 @@ if_tranparams(struct circ *ci, double *start, double *stop, double *step)
if(which == -1) return(FALSE);
err = IFnewUid(ci->ci_ckt,&tranUid,(IFuid)NULL,"Transient Analysis",
UID_ANALYSIS, (void**)NULL);
UID_ANALYSIS, NULL);
if(err != OK) return(FALSE);
err =(*(ft_sim->findAnalysis))(ci->ci_ckt,&which, &anal,tranUid,
ci->ci_curTask,(IFuid )NULL);
@ -1529,7 +1529,7 @@ do {\
return;
}
(*(SPfrontEnd->IFnewUid))(ckt,&timeUid,(IFuid)NULL,
"time", UID_OTHER, (void **)NULL);
"time", UID_OTHER, NULL);
error = (*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,
ckt->CKTcurJob->JOBname,timeUid,IF_REAL,numNames,nameList,

View File

@ -162,7 +162,7 @@ ACan(CKTcircuit *ckt, int restart)
}
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
error = (*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,
ckt->CKTcurJob->JOBname,freqUid,IF_REAL,numNames,nameList,

View File

@ -55,13 +55,13 @@ CKTnoise (CKTcircuit *ckt, int mode, int operation, Ndata *data)
(data->numPlots + 1)*sizeof(IFuid));
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,"onoise_spectrum",UID_OTHER,(void **)NULL);
(IFuid)NULL, "onoise_spectrum", UID_OTHER, NULL);
data->namelist = (IFuid *)trealloc((char *)data->namelist,
(data->numPlots + 1)*sizeof(IFuid));
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,"inoise_spectrum",UID_OTHER,(void **)NULL);
(IFuid)NULL, "inoise_spectrum", UID_OTHER, NULL);
/* we've added two more plots */
@ -74,12 +74,12 @@ CKTnoise (CKTcircuit *ckt, int mode, int operation, Ndata *data)
data->namelist = (IFuid *)trealloc((char *)data->namelist,
(data->numPlots + 1)*sizeof(IFuid));
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,"onoise_total",UID_OTHER,(void **)NULL);
(IFuid)NULL, "onoise_total", UID_OTHER, NULL);
data->namelist = (IFuid *)trealloc((char *)data->namelist,
(data->numPlots + 1)*sizeof(IFuid));
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,"inoise_total",UID_OTHER,(void **)NULL);
(IFuid)NULL, "inoise_total", UID_OTHER, NULL);
/* we've added two more plots */
data->outpVector =

View File

@ -139,7 +139,7 @@ DCtran(CKTcircuit *ckt,
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&timeUid,(IFuid)NULL,
"time", UID_OTHER, (void **)NULL);
"time", UID_OTHER, NULL);
error = (*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,
ckt->CKTcurJob->JOBname,timeUid,IF_REAL,numNames,nameList,
@ -332,7 +332,7 @@ DCtran(CKTcircuit *ckt,
if(error) return(error);
/* get timeUiD again */
(*(SPfrontEnd->IFnewUid))(ckt,&timeUid,(IFuid)NULL,
"time", UID_OTHER, (void **)NULL);
"time", UID_OTHER, NULL);
error = (*(SPfrontEnd->OUTpBeginPlot))(ckt, (void*)ckt->CKTcurJob,
ckt->CKTcurJob->JOBname,timeUid,IF_REAL,666,nameList,
666,&(((TRANan*)ckt->CKTcurJob)->TRANplot));/*magic 666 nums as flags */

View File

@ -191,26 +191,26 @@ found:;
if (cv->TRCVvType[i]==vcode)
(*(SPfrontEnd->IFnewUid))(ckt,&varUid,(IFuid )NULL,
"v-sweep", UID_OTHER, (void **)NULL);
"v-sweep", UID_OTHER, NULL);
else {
if (cv->TRCVvType[i]==icode)
(*(SPfrontEnd->IFnewUid))(ckt,&varUid,(IFuid )NULL,
"i-sweep", UID_OTHER, (void **)NULL);
"i-sweep", UID_OTHER, NULL);
else {
if (cv->TRCVvType[i]==TEMP_CODE)
(*(SPfrontEnd->IFnewUid))(ckt,&varUid,(IFuid )NULL,
"temp-sweep", UID_OTHER, (void **)NULL);
"temp-sweep", UID_OTHER, NULL);
else {
if (cv->TRCVvType[i]==rcode)
(*(SPfrontEnd->IFnewUid))(ckt,&varUid,(IFuid )NULL,
"res-sweep", UID_OTHER, (void **)NULL);
"res-sweep", UID_OTHER, NULL);
else
(*(SPfrontEnd->IFnewUid))(ckt,&varUid,(IFuid )NULL,
"?-sweep", UID_OTHER, (void **)NULL);
"?-sweep", UID_OTHER, NULL);
} /* icode */
} /* TEMP_CODE */
} /* rcode*/

View File

@ -521,7 +521,7 @@ time1 = (*(SPfrontEnd->IFseconds))();
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
(*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,"DISTORTION - 2nd harmonic",
freqUid,IF_REAL, numNames,nameList,IF_COMPLEX,&acPlot);
@ -545,7 +545,7 @@ time1 = (*(SPfrontEnd->IFseconds))();
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
(*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,"DISTORTION - 3rd harmonic",freqUid,IF_REAL,
numNames,nameList,IF_COMPLEX,&acPlot);
@ -567,7 +567,7 @@ time1 = (*(SPfrontEnd->IFseconds))();
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
(*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,"DISTORTION - IM: f1+f2",freqUid,IF_REAL,
numNames,nameList,IF_COMPLEX,&acPlot);
@ -587,7 +587,7 @@ time1 = (*(SPfrontEnd->IFseconds))();
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
(*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,"DISTORTION - IM: f1-f2",freqUid,IF_REAL,
numNames,nameList,IF_COMPLEX,&acPlot);
@ -608,7 +608,7 @@ time1 = (*(SPfrontEnd->IFseconds))();
error = CKTnames(ckt,&numNames,&nameList);
if(error) return(error);
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
(*(SPfrontEnd->OUTpBeginPlot))(ckt,
(void*)ckt->CKTcurJob,"DISTORTION - IM: 2f1-f2",freqUid,IF_REAL,
numNames,nameList,IF_COMPLEX,&acPlot);

View File

@ -123,7 +123,7 @@ NOISEan (CKTcircuit *ckt, int restart)
declared before an OUTpBeginplot */
(*(SPfrontEnd->IFnewUid))(ckt,&freqUid,(IFuid)NULL,
"frequency", UID_OTHER,(void **)NULL);
"frequency", UID_OTHER, NULL);
data->numPlots = 0; /* we don't have any plots yet */
error = CKTnoise(ckt,N_DENS,N_OPEN,data);

View File

@ -139,12 +139,12 @@ PZpost(CKTcircuit *ckt)
for (i = 0; i < pzan->PZnPoles; i++) {
sprintf(name, "pole(%-u)", i+1);
(*(SPfrontEnd->IFnewUid))(ckt,&(namelist[j++]),(IFuid)NULL,
name,UID_OTHER,(void **)NULL);
name, UID_OTHER, NULL);
}
for (i = 0; i < pzan->PZnZeros; i++) {
sprintf(name, "zero(%-u)", i+1);
(*(SPfrontEnd->IFnewUid))(ckt,&(namelist[j++]),(IFuid)NULL,
name,UID_OTHER,(void **)NULL);
name, UID_OTHER, NULL);
}
(*SPfrontEnd->OUTpBeginPlot)(ckt, (void *)pzan, pzan->JOBname,

View File

@ -92,23 +92,23 @@ TFanal(CKTcircuit *ckt, int restart)
/* make a UID for the transfer function output */
(*(SPfrontEnd->IFnewUid))(ckt,&tfuid,(IFuid)NULL,"Transfer_function",
UID_OTHER,(void **)NULL);
UID_OTHER, NULL);
/* make a UID for the input impedance */
(*(SPfrontEnd->IFnewUid))(ckt,&inuid,((TFan*)ckt->CKTcurJob)->TFinSrc,
"Input_impedance", UID_OTHER,(void **)NULL);
"Input_impedance", UID_OTHER, NULL);
/* make a UID for the output impedance */
if(((TFan*)ckt->CKTcurJob)->TFoutIsI) {
(*(SPfrontEnd->IFnewUid))(ckt,&outuid,((TFan*)ckt->CKTcurJob)->TFoutSrc
,"Output_impedance", UID_OTHER,(void **)NULL);
,"Output_impedance", UID_OTHER, NULL);
} else {
name = (char *)
MALLOC(sizeof(char)*(strlen(((TFan*)ckt->CKTcurJob)->TFoutName)+22));
(void)sprintf(name,"output_impedance_at_%s",
((TFan*)ckt->CKTcurJob)->TFoutName);
(*(SPfrontEnd->IFnewUid))(ckt,&outuid,(IFuid)NULL,
name, UID_OTHER,(void **)NULL);
name, UID_OTHER, NULL);
}
error = (*(SPfrontEnd->OUTpBeginPlot))(ckt,(void *)(ckt->CKTcurJob),

View File

@ -78,7 +78,7 @@ BJTnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;
@ -94,7 +94,7 @@ BJTnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s%s",
@ -104,7 +104,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;

View File

@ -76,7 +76,7 @@ BJT2noise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;
@ -92,7 +92,7 @@ BJT2noise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s%s",
@ -102,7 +102,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;

View File

@ -69,7 +69,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -85,7 +85,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -96,7 +96,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -69,7 +69,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -85,7 +85,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -96,7 +96,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -165,7 +165,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -183,7 +183,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -198,7 +198,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -174,7 +174,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -192,7 +192,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -207,7 +207,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -158,7 +158,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -176,7 +176,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -191,7 +191,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -158,7 +158,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -176,7 +176,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -191,7 +191,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -160,7 +160,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -178,7 +178,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -193,7 +193,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -132,7 +132,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -150,7 +150,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -165,7 +165,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -154,7 +154,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -172,7 +172,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -187,7 +187,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -133,7 +133,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -151,7 +151,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -166,7 +166,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -145,7 +145,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -163,7 +163,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -178,7 +178,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -234,7 +234,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -252,7 +252,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -267,7 +267,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -147,7 +147,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -165,7 +165,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -180,7 +180,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -141,7 +141,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -159,7 +159,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -174,7 +174,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -143,7 +143,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -161,7 +161,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -176,7 +176,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -144,7 +144,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -162,7 +162,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -177,7 +177,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -146,7 +146,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
}
break;
@ -164,7 +164,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **) NULL);
NULL);
/* we've added one more plot */
(void) sprintf(name, "inoise_total.%s%s",
@ -179,7 +179,7 @@ int i;
(*(SPfrontEnd->IFnewUid)) (ckt,
&(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER,
(void **)NULL);
NULL);
/* we've added one more plot */
}
break;

View File

@ -59,7 +59,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid) NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
break;
@ -71,7 +71,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s",inst->CSWname);
@ -81,7 +81,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
break;

View File

@ -68,7 +68,7 @@ DIOnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*sizeof(IFuid));
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
@ -81,7 +81,7 @@ DIOnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*sizeof(IFuid));
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s%s",inst->DIOname,DIOnNames[i]);
@ -89,7 +89,7 @@ DIOnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*sizeof(IFuid));
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt, &(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}

View File

@ -99,7 +99,7 @@ HSM1noise (int mode, int operation, GENmodel *inModel, CKTcircuit *ckt,
return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))
(ckt, &(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER, (void **) NULL);
(IFuid) NULL, name, UID_OTHER, NULL);
}
break;
case INT_NOIZ:
@ -113,7 +113,7 @@ HSM1noise (int mode, int operation, GENmodel *inModel, CKTcircuit *ckt,
return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))
(ckt, &(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER, (void **) NULL);
(IFuid) NULL, name, UID_OTHER, NULL);
(void) sprintf(name, "inoise_total.%s%s",
(char *)here->HSM1name, HSM1nNames[i]);
@ -124,7 +124,7 @@ HSM1noise (int mode, int operation, GENmodel *inModel, CKTcircuit *ckt,
return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))
(ckt, &(data->namelist[data->numPlots++]),
(IFuid) NULL, name, UID_OTHER, (void **)NULL);
(IFuid) NULL, name, UID_OTHER, NULL);
}
break;
}

View File

@ -69,7 +69,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -85,7 +85,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -96,7 +96,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}

View File

@ -74,7 +74,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -90,7 +90,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -101,7 +101,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}

View File

@ -69,7 +69,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -85,7 +85,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -100,7 +100,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -80,7 +80,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -96,7 +96,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -107,7 +107,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -70,7 +70,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -86,7 +86,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -97,7 +97,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -70,7 +70,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -86,7 +86,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -97,7 +97,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -70,7 +70,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -86,7 +86,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -97,7 +97,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -85,7 +85,7 @@ RESnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;
@ -102,7 +102,7 @@ RESnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -116,7 +116,7 @@ RESnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt,
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}

View File

@ -96,7 +96,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -112,7 +112,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s%s",inst->SOI3name,SOI3nNames[i]);
@ -122,7 +122,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -59,7 +59,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -73,7 +73,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
@ -84,7 +84,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */

View File

@ -93,7 +93,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
if(model->URCisPerLGiven) {
error = (*(SPfrontEnd->IFnewUid))(ckt,&dioUid,here->URCname,
"diodemod",UID_MODEL,(void **)NULL);
"diodemod", UID_MODEL, NULL);
if(error) return(error);
modfast = (GENmodel *)NULL;
error = CKTmodCrt(ckt,dtype,&modfast,
@ -110,7 +110,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
if(error) return(error);
} else {
error = (*(SPfrontEnd->IFnewUid))(ckt,&capUid,
here->URCname, "capmod",UID_MODEL,(void **)NULL);
here->URCname, "capmod", UID_MODEL, NULL);
if(error) return(error);
modfast = (GENmodel *)NULL;
error = CKTmodCrt(ckt,ctype,&modfast,
@ -119,7 +119,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
}
error = (*(SPfrontEnd->IFnewUid))(ckt,&resUid,here->URCname,
"resmod",UID_MODEL,(void **)NULL);
"resmod", UID_MODEL, NULL);
if(error) return(error);
rmodfast = (GENmodel *)NULL;
error = CKTmodCrt(ckt,rtype,&rmodfast,resUid);
@ -148,7 +148,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
nameelt = (char *)MALLOC(10*sizeof(char));
(void)sprintf(nameelt,"rlo%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,here->URCname,
nameelt,UID_INSTANCE, (void **)NULL);
nameelt, UID_INSTANCE, NULL);
if(error) return(error);
error = CKTcrtElt(ckt,rmodfast,
&fast,eltUid);
@ -165,7 +165,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
nameelt = (char *)MALLOC(10*sizeof(char));
(void)sprintf(nameelt,"rhi%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,here->URCname,
nameelt,UID_INSTANCE, (void **)NULL);
nameelt, UID_INSTANCE, NULL);
if(error) return(error);
error = CKTcrtElt(ckt,rmodfast,
&fast,eltUid);
@ -185,7 +185,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
(void)sprintf(nameelt,"dlo%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,
here->URCname,nameelt,UID_INSTANCE,
(void **)NULL);
NULL);
if(error) return(error);
error = CKTcrtElt(ckt,modfast,
&fast, eltUid);
@ -204,7 +204,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
nameelt = (char *)MALLOC(10*sizeof(char));
(void)sprintf(nameelt,"clo%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,here->URCname
,nameelt,UID_INSTANCE, (void **)NULL);
,nameelt, UID_INSTANCE, NULL);
if(error) return(error);
error = CKTcrtElt(ckt,modfast,
&fast, eltUid);
@ -228,7 +228,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
(void)sprintf(nameelt,"dhi%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,
here->URCname,nameelt,UID_INSTANCE,
(void **)NULL);
NULL);
if(error) return(error);
error = CKTcrtElt(ckt,modfast,
&fast,eltUid);
@ -248,7 +248,7 @@ URCsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state)
(void)sprintf(nameelt,"chi%d",i);
error = (*(SPfrontEnd->IFnewUid))(ckt,&eltUid,
here->URCname,nameelt,UID_INSTANCE,
(void **)NULL);
NULL);
if(error) return(error);
error = CKTcrtElt(ckt,modfast,
&fast,eltUid);
@ -297,14 +297,14 @@ URCunsetup(GENmodel *inModel, CKTcircuit *ckt)
here->URCname,
"diodemod",
UID_MODEL,
(void **)NULL);
NULL);
} else {
/* Capacitors */
error = (*(SPfrontEnd->IFnewUid))(ckt, &varUid,
here->URCname,
"capmod",
UID_MODEL,
(void **)NULL);
NULL);
}
if (error && error != E_EXISTS)
return error;
@ -322,7 +322,7 @@ URCunsetup(GENmodel *inModel, CKTcircuit *ckt)
/* Resistors */
error = (*(SPfrontEnd->IFnewUid))(ckt,&varUid,here->URCname,
"resmod",UID_MODEL,(void **)NULL);
"resmod", UID_MODEL, NULL);
if (error && error != E_EXISTS)
return error;

View File

@ -87,7 +87,7 @@ VBICnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt, Ndata *
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;
@ -103,7 +103,7 @@ VBICnoise (int mode, int operation, GENmodel *genmodel, CKTcircuit *ckt, Ndata *
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
(void)sprintf(name,"inoise_total_%s%s",
@ -113,7 +113,7 @@ data->namelist = (IFuid *)trealloc((char *)data->namelist,(data->numPlots + 1)*s
if (!data->namelist) return(E_NOMEM);
(*(SPfrontEnd->IFnewUid))(ckt,
&(data->namelist[data->numPlots++]),
(IFuid)NULL,name,UID_OTHER,(void **)NULL);
(IFuid)NULL, name, UID_OTHER, NULL);
/* we've added one more plot */
}
break;

View File

@ -55,7 +55,7 @@ void INP2B(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defBmod) {
/* create default B model */
IFnewUid(ckt, &uid, (IFuid) NULL, "B", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "B", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defBmod), uid));
}
IFC(newInstance, (ckt, tab->defBmod, &fast, name));

View File

@ -81,7 +81,7 @@ void INP2C(CKTcircuit *ckt, INPtables * tab, card * current)
type = mytype;
if (!tab->defCmod) { /* create default C model */
IFnewUid(ckt, &uid, (IFuid) NULL, "C", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defCmod), uid));
}
mdfast = tab->defCmod;
@ -94,7 +94,7 @@ void INP2C(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defCmod) {
/* create default C model */
IFnewUid(ckt, &uid, (IFuid) NULL, "C", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defCmod), uid));
}
IFC(newInstance, (ckt, tab->defCmod, &fast, name));

View File

@ -68,7 +68,7 @@ void INP2D(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defDmod) {
/* create default D model */
IFnewUid(ckt, &uid, (IFuid) NULL, "D", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defDmod), uid));
}
mdfast = tab->defDmod;

View File

@ -52,7 +52,7 @@ void INP2E(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname4, tab, &node4);
if (!tab->defEmod) {
/* create default E model */
IFnewUid(ckt, &uid, (IFuid) NULL, "E", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "E", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defEmod), uid));
}
IFC(newInstance, (ckt, tab->defEmod, &fast, name));

View File

@ -45,7 +45,7 @@ void INP2F(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname2, tab, &node2);
if (!tab->defFmod) {
/* create default F model */
IFnewUid(ckt, &uid, (IFuid) NULL, "F", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "F", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defFmod), uid));
}

View File

@ -52,7 +52,7 @@ void INP2G(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname4, tab, &node4);
if (!tab->defGmod) {
/* create default G model */
IFnewUid(ckt, &uid, (IFuid) NULL, "G", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "G", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defGmod), uid));
}
IFC(newInstance, (ckt, tab->defGmod, &fast, name));

View File

@ -45,7 +45,7 @@ void INP2H(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname2, tab, &node2);
if (!tab->defHmod) {
/* create default H model */
IFnewUid(ckt, &uid, (IFuid) NULL, "H", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "H", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defHmod), uid));
}
IFC(newInstance, (ckt, tab->defHmod, &fast, name));

View File

@ -45,7 +45,7 @@ void INP2I(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname2, tab, &node2);
if (!tab->defImod) {
/* create default I model */
IFnewUid(ckt, &uid, (IFuid) NULL, "I", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "I", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defImod), uid));
}
IFC(newInstance, (ckt, tab->defImod, &fast, name));

View File

@ -66,7 +66,7 @@ void INP2J(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defJmod) {
/* create default J model */
IFnewUid(ckt, &uid, (IFuid) NULL, "J", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defJmod), uid));
}
mdfast = tab->defJmod;

View File

@ -37,7 +37,7 @@ void INP2K(CKTcircuit *ckt, INPtables * tab, card * current)
INPinsert(&name, tab);
if (!tab->defKmod) {
/* create deafult K model */
IFnewUid(ckt, &uid, (IFuid) NULL, "K", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "K", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defKmod), uid));
}
IFC(newInstance, (ckt, tab->defKmod, &fast, name));

View File

@ -81,7 +81,7 @@ void INP2L(CKTcircuit *ckt, INPtables * tab, card * current)
type = mytype;
if (!tab->defLmod) { /* create default L model */
IFnewUid(ckt, &uid, (IFuid) NULL, "L", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defLmod), uid));
}
mdfast = tab->defLmod;
@ -94,7 +94,7 @@ void INP2L(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defLmod) {
/* create default L model */
IFnewUid(ckt, &uid, (IFuid) NULL, "L", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defLmod), uid));
}
IFC(newInstance, (ckt, tab->defLmod, &fast, name));

View File

@ -252,7 +252,7 @@ INP2M (CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defMmod)
{
/* create default M model */
IFnewUid (ckt, &uid, (IFuid) NULL, "M", UID_MODEL, (void **) NULL);
IFnewUid (ckt, &uid, (IFuid) NULL, "M", UID_MODEL, NULL);
IFC (newModel, (ckt, type, &(tab->defMmod), uid));
}
mdfast = tab->defMmod;

View File

@ -77,7 +77,7 @@ void INP2O(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defOmod) {
/* create default O model */
IFnewUid(ckt, &uid, (IFuid) NULL, "O", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defOmod), uid));
}
mdfast = tab->defOmod;

View File

@ -96,7 +96,7 @@ int num, i;
type = mytype;
if(!tab->defPmod) {
/* create default P model */
IFnewUid(ckt,&uid,(IFuid)NULL,"P",UID_MODEL,(void**)NULL);
IFnewUid(ckt, &uid, (IFuid)NULL, "P", UID_MODEL, NULL);
IFC(newModel, (ckt,type,&(tab->defPmod),uid))
}
mdfast = tab->defPmod;

View File

@ -158,7 +158,7 @@ void INP2Q(CKTcircuit *ckt, INPtables * tab, card * current, void *gnode)
if (!tab->defQmod) {
/* create default Q model */
char *err;
IFnewUid(ckt, &uid, (IFuid) NULL, "Q", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "Q", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defQmod), uid));
err = (char *) MALLOC((70 + strlen(model)) * sizeof(char));
(void) sprintf(err, "Unable to find definition of model %s - default BJT assumed \n", model);

View File

@ -184,7 +184,7 @@ void INP2R(CKTcircuit *ckt, INPtables * tab, card * current)
type = mytype;
if (!tab->defRmod) { /* create default R model */
IFnewUid(ckt, &uid, (IFuid) NULL, "R", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defRmod), uid));
}
mdfast = tab->defRmod;
@ -197,7 +197,7 @@ void INP2R(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defRmod) {
/* create default R model */
IFnewUid(ckt, &uid, (IFuid) NULL, "R", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defRmod), uid));
}
IFC(newInstance, (ckt, tab->defRmod, &fast, name));

View File

@ -69,7 +69,7 @@ void INP2S(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defSmod) {
/* create deafult S model */
IFnewUid(ckt, &uid, (IFuid) NULL, "S", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defSmod), uid));
}
mdfast = tab->defSmod;

View File

@ -53,7 +53,7 @@ void INP2T(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname4, tab, &node4);
if (!tab->defTmod) {
/* create deafult T model */
IFnewUid(ckt, &uid, (IFuid) NULL, "T", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "T", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defTmod), uid));
}
IFC(newInstance, (ckt, tab->defTmod, &fast, name));

View File

@ -64,7 +64,7 @@ void INP2U(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defUmod) {
/* create deafult U model */
IFnewUid(ckt, &uid, (IFuid) NULL, "U", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defUmod), uid));
}
mdfast = tab->defUmod;

View File

@ -45,7 +45,7 @@ void INP2V(CKTcircuit *ckt, INPtables * tab, card * current)
INPtermInsert(ckt, &nname2, tab, &node2);
if (!tab->defVmod) {
/* create default V model */
IFnewUid(ckt, &uid, (IFuid) NULL, "V", UID_MODEL, (void **) NULL);
IFnewUid(ckt, &uid, (IFuid) NULL, "V", UID_MODEL, NULL);
IFC(newModel, (ckt, type, &(tab->defVmod), uid));
}
IFC(newInstance, (ckt, tab->defVmod, &fast, name));

View File

@ -66,7 +66,7 @@ void INP2W(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defWmod) {
/* create deafult W model */
IFnewUid(ckt, &uid, (IFuid) NULL, "W", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defWmod), uid));
}
mdfast = tab->defWmod;

View File

@ -127,7 +127,7 @@ int lenvalgiven = 0;
INPtermInsert(ckt, &internal1, tab, &inode1);
if(!tab->defRmod) {
/* create default R model */
IFnewUid(ckt,&uid,(IFuid)NULL,"R",UID_MODEL,(void**)NULL);
IFnewUid(ckt, &uid, (IFuid)NULL, "R", UID_MODEL, NULL);
IFC(newModel, (ckt,type,&(tab->defRmod),uid))
}
mdfast = tab->defRmod;
@ -162,7 +162,7 @@ int lenvalgiven = 0;
/* capacitor on node1 */
type = INPtypelook("Capacitor");
if(!tab->defCmod) {
IFnewUid(ckt,&uid,(IFuid)NULL,"C",UID_MODEL,(void**)NULL);
IFnewUid(ckt, &uid, (IFuid)NULL, "C", UID_MODEL, NULL);
IFC(newModel,(ckt,type,&(tab->defCmod),uid))
}
mdfast4 = tab->defCmod;
@ -210,7 +210,7 @@ int lenvalgiven = 0;
type = mytype;
if(!tab->defYmod) {
/* create default Y model */
IFnewUid(ckt,&uid,(IFuid)NULL,"Y",UID_MODEL,(void**)NULL);
IFnewUid(ckt, &uid, (IFuid)NULL, "Y", UID_MODEL, NULL);
IFC(newModel, (ckt,type,&(tab->defYmod),uid))
}
mdfast = tab->defYmod;

View File

@ -80,7 +80,7 @@ void INP2Z(CKTcircuit *ckt, INPtables * tab, card * current)
if (!tab->defZmod) {
/* create default Z model */
IFnewUid(ckt, &uid, (IFuid) NULL, "Z", UID_MODEL,
(void **) NULL);
NULL);
IFC(newModel, (ckt, type, &(tab->defZmod), uid));
}
mdfast = tab->defZmod;