We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15445fe commit ed32833Copy full SHA for ed32833
tests/mesh/mesh_triangulation.C
@@ -904,7 +904,7 @@ public:
904
905
// If refinement should have increased our element count, check it
906
if (desired_area || area_func)
907
- CPPUNIT_ASSERT_LESS(mesh.n_elem(), n_original_elem); // n_elem+++
+ CPPUNIT_ASSERT_GREATER(n_original_elem, mesh.n_elem()); // n_elem+++
908
else
909
CPPUNIT_ASSERT_EQUAL(mesh.n_elem(), n_original_elem);
910
0 commit comments