mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-23 06:27:07 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d7569e9a3 | ||
|
|
2f9e898ec6 | ||
|
|
9663579dd0 |
+2
-2
@@ -7675,8 +7675,8 @@ int MatchPins(struct nlist *tc1, struct nlist *tc2, int dolist)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (hasDevices1 != hasDevices2)
|
||||
result = -2; // Attempt to compare empty cell to non-empty cell
|
||||
if (hasDevices1 != hasDevices2 && result != 1)
|
||||
result = -2; // Attempt to compare empty cell to non-empty cell fails if pins don't match exactly
|
||||
|
||||
if (result < 0) return result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user