Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
capomav committed Aug 16, 2023
1 parent cb706ac commit 6154c61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/cell_system/RegularDecomposition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ void RegularDecomposition::init_cell_interactions() {

auto cell = &cells.at(
get_linear_index(local_index(neighbor), ghost_cell_grid));
// if (ind2 > ind1 or (without_ghost_force_reduction and
// is_ghost_cell(ind) )) {

if (ind2 > ind1) {
red_neighbors.push_back(cell);
} else {
Expand Down

0 comments on commit 6154c61

Please sign in to comment.