Skip to content

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Dec 21, 2023
1 parent 556e0c2 commit c3dd5c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/MeshKernel/tests/src/Mesh2DGlobalGridTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ TEST(GlobalGridTest, Mesh2DGenerateGlobalCompute_ShouldGenerateMesh)
const auto mesh = meshkernel::Mesh2DGenerateGlobal::Compute(numLongitudeNodes, numLatitudeNodes, meshkernel::Projection::spherical);

// Assert
const auto numEdges = mesh->GetNumEdges();
const auto numNodes = mesh->GetNumNodes();
ASSERT_EQ(1200, mesh->GetNumEdges());
ASSERT_EQ(629, mesh->GetNumNodes());

Expand Down

0 comments on commit c3dd5c5

Please sign in to comment.