Skip to content

Commit

Permalink
fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kidder committed Sep 23, 2024
1 parent 6c8c96c commit dcaeab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void test() {
mortar_data_from_neighbors.second.at(id).ghost_cell_data->size() -
4}));
REQUIRE(ghost_meshes.contains(id));
CHECK(ghost_meshes.at(id) == fd_volume_mesh);
CHECK(ghost_meshes.at(id) == fd_volume_mesh);
if (d_is_odd) {
CHECK(mortar_data_from_neighbors.second.at(id).tci_status == 4);
} else {
Expand Down

0 comments on commit dcaeab3

Please sign in to comment.