We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3080609 commit 2a2ad0aCopy full SHA for 2a2ad0a
src/types.jl
@@ -33,7 +33,7 @@ abstract type Interaction end
33
"""
34
Base type for all n-body interactions. `N` denotes the body order
35
36
-abstract type NBodyInteraction{N <: Integer} <: Interaction end
+abstract type NBodyInteraction{N} <: Interaction end
37
38
39
abstract type SpecificInteraction <: Interaction end
@@ -42,7 +42,6 @@ abstract type GeneralInteraction <: Interaction end
42
43
Type alias for pairwise interactions
44
45
-# const PairwiseInteraction{NF} = NBodyInteraction{2, NF}
46
const PairwiseInteraction = NBodyInteraction{2}
47
48
0 commit comments