Skip to content

Commit

Permalink
Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Nov 13, 2023
1 parent 179ca40 commit d89e0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/MeshKernel/tests/src/ContactsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ TEST(Contacts, ComputeBoundaryContacts)
ASSERT_THAT(contacts.Mesh2dIndices(), ::testing::ElementsAre(0, 1, 2, 3, 5, 6, 7, 8));
}

TEST(Contacts, SetIndices) {
TEST(Contacts, SetIndices)
{
Contacts contacts;
std::vector<UInt> mesh1dIndices;
std::vector<UInt> mesh2dIndices;
Expand Down
1 change: 0 additions & 1 deletion libs/MeshKernelApi/tests/src/ApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2717,7 +2717,6 @@ TEST(Mesh2D, Mesh2DSetAndAdd)
meshkernelapi::Mesh2D mesh2d{};
mkernel_mesh2d_get_dimensions(mk_id, mesh2d);


// allocate memory for the arrays of mesh2d
std::vector<int> edge_faces(mesh2d.num_edges * 2);
std::vector<int> edge_nodes(mesh2d.num_edges * 2);
Expand Down

0 comments on commit d89e0b5

Please sign in to comment.