Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Aug 25, 2023
1 parent 5f77389 commit 2a34929
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cajita/src/Cajita_SparseHalo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ class SparseHalo
template <class Type, std::size_t M, std::size_t... Is>
struct compute_member_extents_impl<Type, M, std::index_sequence<Is...>>
{

KOKKOS_FORCEINLINE_FUNCTION
Kokkos::Array<std::size_t, M> operator()()
{
Expand Down
1 change: 0 additions & 1 deletion cajita/unit_test/tstSparseHalo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ bool is_ghosted_by_neighbor( const std::array<int, 3> tile_id,
const std::array<int, 3> high_corner,
const int halo_tile_width )
{

if ( neighbor_id[0] == 0 && neighbor_id[1] == 0 && neighbor_id[2] == 0 )
return false;
std::array<int, 3> valid_low;
Expand Down

0 comments on commit 2a34929

Please sign in to comment.