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
1.5.249
netgen
/
VERSION
2 lines
8 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Modified code from EquivalenceClasses() that forces the two cells to have unique class hashes. This has the problem that it prevents comparing N-to-1 cells because declaring X->X1 as equivalent breaks the original name equivalence of X->X. The new implementation adds the switch "-unique" to preserve the original behavior. Otherwise, the class hashes are made the same as the 2nd cell passed to the command, and it is the responsibility of the person running LVS to ensure that this is done in the correct direction.
2023-03-06 15:36:35 +01:00
1.5.249