VDMOS: concatenate inner node name
This commit is contained in:
parent
773c0b51f8
commit
98172d84a8
|
|
@ -377,7 +377,7 @@ VDMOSsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt,
|
|||
|
||||
if (model->VDIOresistance > 0 ) {
|
||||
if (here->VDIOposPrimeNode == 0) {
|
||||
error = CKTmkVolt(ckt, &tmp, here->VDMOSname, "body diode");
|
||||
error = CKTmkVolt(ckt, &tmp, here->VDMOSname, "body_diode");
|
||||
if (error) return(error);
|
||||
here->VDIOposPrimeNode = tmp->number;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue