Skip to content

Commit

Permalink
[T/MeL] Relax prism element size criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Aug 2, 2024
1 parent 6186622 commit 98475d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MeshLib/TestPrismQualityCriteria.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TEST_F(PrismElementQuality, ElementSize)
for (auto const element_quality : element_quality_vector)
{
ASSERT_NEAR(expected_value, element_quality,
2 * std::numeric_limits<double>::epsilon());
3 * std::numeric_limits<double>::epsilon());
}
}

Expand Down

0 comments on commit 98475d3

Please sign in to comment.