Browse Source

Fix a bug in optran code:

devname will be used in the list of instances
pre-master-46
Holger Vogt 4 years ago
parent
commit
063665c374
  1. 1
      src/spicelib/parser/inppas4.c

1
src/spicelib/parser/inppas4.c

@ -70,7 +70,6 @@ void INPpas4(CKTcircuit *ckt, INPtables *tab)
ckt->CKTstat->STATdevNum[mytype].instNum++; ckt->CKTstat->STATdevNum[mytype].instNum++;
ckt->CKTstat->STATtotalDev++; ckt->CKTstat->STATtotalDev++;
tfree(devname);
nadded++; nadded++;
} }
} }

Loading…
Cancel
Save