Fix a bug in optran code:
devname will be used in the list of instances
This commit is contained in:
parent
01ed224896
commit
063665c374
|
|
@ -70,7 +70,6 @@ void INPpas4(CKTcircuit *ckt, INPtables *tab)
|
|||
ckt->CKTstat->STATdevNum[mytype].instNum++;
|
||||
ckt->CKTstat->STATtotalDev++;
|
||||
|
||||
tfree(devname);
|
||||
nadded++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue