Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanderson committed Jul 9, 2024
1 parent c8de915 commit 1217edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ function fmm!(target_tree::Tree, target_systems, source_tree::Tree, source_syste

else # multithread
# @assert !(typeof(direct_list) <: InteractionList) "`InteractionList` objects do not yet support multithreading"
if concurrent_direct || typeof(direct_list) <: InteractionList
if concurrent_direct

@sync begin
direct_list = get_first_source_index(direct_source_bodies)
Expand Down

0 comments on commit 1217edb

Please sign in to comment.