stupid c&p error - drain is first node
This commit is contained in:
parent
8e7c9c3a52
commit
9c8f7abdf5
|
|
@ -956,7 +956,7 @@ IFuid tmpName;
|
||||||
if(error) return(error);
|
if(error) return(error);
|
||||||
here->BSIM3v32dNodePrime = tmp->number;
|
here->BSIM3v32dNodePrime = tmp->number;
|
||||||
if (ckt->CKTcopyNodesets) {
|
if (ckt->CKTcopyNodesets) {
|
||||||
if (CKTinst2Node(ckt,here,3,&tmpNode,&tmpName)==OK) {
|
if (CKTinst2Node(ckt,here,1,&tmpNode,&tmpName)==OK) {
|
||||||
if (tmpNode->nsGiven) {
|
if (tmpNode->nsGiven) {
|
||||||
tmp->nodeset=tmpNode->nodeset;
|
tmp->nodeset=tmpNode->nodeset;
|
||||||
tmp->nsGiven=tmpNode->nsGiven;
|
tmp->nsGiven=tmpNode->nsGiven;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue