Skip to content

Commit 2a2ad0a

Browse files
committed
bug
1 parent 3080609 commit 2a2ad0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract type Interaction end
3333
"""
3434
Base type for all n-body interactions. `N` denotes the body order
3535
"""
36-
abstract type NBodyInteraction{N <: Integer} <: Interaction end
36+
abstract type NBodyInteraction{N} <: Interaction end
3737

3838

3939
abstract type SpecificInteraction <: Interaction end
@@ -42,7 +42,6 @@ abstract type GeneralInteraction <: Interaction end
4242
"""
4343
Type alias for pairwise interactions
4444
"""
45-
# const PairwiseInteraction{NF} = NBodyInteraction{2, NF}
4645
const PairwiseInteraction = NBodyInteraction{2}
4746

4847
"""

0 commit comments

Comments
 (0)