Skip to content

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Feb 20, 2024
1 parent aaf27b9 commit 6386974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions octotiger/monopole_interactions/kernel/kokkos_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,6 @@ namespace fmm {
aggregated_host_buffer<double, executor_t>& results,
const aggregated_host_buffer<double, executor_t>& dx, double theta) {

const int slice_id = agg_exec.id;
const int number_slices = agg_exec.number_slices;
const int max_slices = opts().max_kernels_fused;
auto alloc_device_double =
agg_exec
Expand Down

0 comments on commit 6386974

Please sign in to comment.