Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 10, 2023
1 parent 81e4418 commit 5687d26
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bem/src/assembly/batched.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,11 @@ fn assemble_batch_nonadjacent<'a>(
test_cell_gindex,
&mut test_jdet,
);
test_grid
.geometry()
.compute_points_transpose(test_points, test_cell_gindex, &mut test_mapped_pts);
test_grid.geometry().compute_points_transpose(
test_points,
test_cell_gindex,
&mut test_mapped_pts,
);

if needs_test_normal {
test_grid
Expand Down

0 comments on commit 5687d26

Please sign in to comment.