Skip to content

Commit

Permalink
Readd neighbours function
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jul 25, 2024
1 parent aa43275 commit 853ff09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/assembly/batched/boundary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ fn neighbours<TestGrid: Grid, TrialGrid: Grid>(
test_cell: usize,
trial_cell: usize,
) -> bool {
false
/*
TODO
if !equal_grids(test_grid, trial_grid) {
false

Check warning on line 32 in src/assembly/batched/boundary.rs

View workflow job for this annotation

GitHub Actions / Rust style checks

Diff in /home/runner/work/bempp-rs/bempp-rs/src/assembly/batched/boundary.rs

Check warning on line 32 in src/assembly/batched/boundary.rs

View workflow job for this annotation

GitHub Actions / Rust style checks (--features "mpi,strict")

Diff in /home/runner/work/bempp-rs/bempp-rs/src/assembly/batched/boundary.rs
} else {
Expand All @@ -51,7 +47,6 @@ fn neighbours<TestGrid: Grid, TrialGrid: Grid>(
}
false
}
*/
}

fn get_singular_quadrature_rule(
Expand Down

0 comments on commit 853ff09

Please sign in to comment.