aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/geometry/interaction_groups.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/geometry/interaction_groups.rs b/src/geometry/interaction_groups.rs
index 10ba783..d8941f7 100644
--- a/src/geometry/interaction_groups.rs
+++ b/src/geometry/interaction_groups.rs
@@ -71,7 +71,10 @@ impl InteractionGroups {
impl Default for InteractionGroups {
fn default() -> Self {
- Self::all()
+ Self {
+ memberships: Group::GROUP_1,
+ filter: Group::ALL,
+ }
}
}