This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
netgen
mirror of
https://github.com/RTimothyEdwards/netgen.git
Watch
1
Star
0
Fork
You've already forked netgen
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62feed812e
netgen
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Corrected an issue that arose due to a change made earlier: A while back, shorted pins were moved into contiguous positions. When that method was discovered to cause matching issues, it was abandoned with a note that doing so might have unintended consequences because other code might depend on the shorted pins being contiguous. Such a case was just found, and corrected. However, it was also found that shorted pins were still not completely handled correctly in MatchPins(); a solution was found that adds such pins to the "permutes" list (which needs to be done if the shorted pins are to be correctly handled in any higher level of the hierarchy, if there is one), and the "permutes" list is then checked by MatchPins() to determine if pins match because they belong to the same group of shorted pins.
2024-02-10 03:23:28 +01:00
1.5.269