mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-26 16:06:43 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbcd36d3ec | ||
|
|
25c17abb70 | ||
|
|
fd019b4afd |
+9
-2
@@ -6661,8 +6661,15 @@ int MatchPins(struct nlist *tc1, struct nlist *tc2, int dolist)
|
||||
obn->model.port = (i - j);
|
||||
obn->instance.name = NULL;
|
||||
obn->node = -1;
|
||||
obn->next = ob2->next;
|
||||
ob2->next = obn;
|
||||
|
||||
if (ob2 == tc2->cell) {
|
||||
obn->next = ob2;
|
||||
tc2->cell = obn;
|
||||
}
|
||||
else {
|
||||
obn->next = ob2->next;
|
||||
ob2->next = obn;
|
||||
}
|
||||
ob2 = obn;
|
||||
hasproxy2 = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user