Skip to content

Commit

Permalink
COMP: Unused tc in SquaredEdgeLengthDecimationQuadEdgeMeshFilterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 10, 2020
1 parent dfa999a commit 419b924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ itkSquaredEdgeLengthDecimationQuadEdgeMeshFilterTest(int argc, char * argv[])
for (const auto & tc : topological_change)
{
const auto criterion = CriterionType::New();
ITK_TEST_SET_GET_BOOLEAN(criterion, TopologicalChange, true);
ITK_TEST_SET_GET_BOOLEAN(criterion, TopologicalChange, tc);
criterion->SetNumberOfElements(N);

ITK_EXERCISE_BASIC_OBJECT_METHODS(criterion, NumberOfFacesCriterion, QuadEdgeMeshDecimationCriterion);
Expand Down

0 comments on commit 419b924

Please sign in to comment.