Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2025-03-10 02:00:02 -04:00
commit ba7004fd5b
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
1.5.292
1.5.293

View File

@ -6055,6 +6055,9 @@ PropertyMatch(struct Element *E1, struct Element *E2,
#endif
}
obn1 = ob1->next;
obn2 = ob2->next;
/* Find the first property record of each circuit. obn1, obn2 are */
/* the last device record before the properties for each device. */
for (tp1 = ob1->next; (tp1 != NULL) && tp1->type > FIRSTPIN; tp1 = tp1->next)