forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regressions in auto-exclusions (espressomd#4654)
The bond length is no longer misinterpreted as a bond id (fixes bug introduced by a48ed7c). Fixes espressomd#4652 Description of changes: - the feature now works with non-contiguous particle ids - the feature no longer adds spurious exclusions to particle ids in the range `[1, distance]` - completely rewrite the test case to check all topologies and regular decompositions
- Loading branch information
1 parent
db7ec79
commit d54012e
Showing
3 changed files
with
188 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters