Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/unit_tests/fn/test_fn_sid_neighbor_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ namespace gridtools::fn {

using sid_neighbor_table::as_neighbor_table;

using edge_dim_t = integral_constant<int_t, 0>;
using edge_to_cell_dim_t = integral_constant<int_t, 1>;
struct edge_dim_t{};
struct edge_to_cell_dim_t{};

TEST(sid_neighbor_table, correctness) {
constexpr std::size_t num_elements = 3;
Expand Down
Loading