Skip to content

Commit

Permalink
[core] increase number points in test 21
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Feb 18, 2025
1 parent b3e3f83 commit bf723aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/021-grid-query/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using Meshesf = std::tuple<vcl::TriMeshf, vcl::PolyMeshf>;
using MeshesIndexed = std::tuple<vcl::TriMeshIndexed, vcl::PolyMeshIndexed>;
using MeshesIndexedf = std::tuple<vcl::TriMeshIndexedf, vcl::PolyMeshIndexedf>;

static const vcl::uint N_POINTS_TEST = 50;
static const vcl::uint N_POINTS_TEST = 200;

TEMPLATE_TEST_CASE("Closest faces to points...", "", Meshes)
{
Expand Down

0 comments on commit bf723aa

Please sign in to comment.