stupid c&p error - drain is first node

This commit is contained in:
dwarning 2011-04-23 11:20:00 +00:00
parent 8e7c9c3a52
commit 9c8f7abdf5
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ IFuid tmpName;
if(error) return(error);
here->BSIM3v32dNodePrime = tmp->number;
if (ckt->CKTcopyNodesets) {
if (CKTinst2Node(ckt,here,3,&tmpNode,&tmpName)==OK) {
if (CKTinst2Node(ckt,here,1,&tmpNode,&tmpName)==OK) {
if (tmpNode->nsGiven) {
tmp->nodeset=tmpNode->nodeset;
tmp->nsGiven=tmpNode->nsGiven;