Skip to content

Commit

Permalink
BUG: Fix variable type
Browse files Browse the repository at this point in the history
Fix variable type.
  • Loading branch information
jhlegarreta authored and dzenanz committed Apr 16, 2022
1 parent 9302d09 commit 273d4ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ itkQuadEdgeMeshDeleteEdgeTest(int, char *[])
mesh->AddEdge(pid2, pid0);
mesh->AddEdge(pid2, pid3);

int edgesBefore = mesh->ComputeNumberOfEdges();
itk::IdentifierType edgesBefore = mesh->ComputeNumberOfEdges();

// Deleting two arbitrary edges:
mesh->DeleteEdge(pid3, pid4);
Expand Down

0 comments on commit 273d4ef

Please sign in to comment.