Skip to content

Commit

Permalink
compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
floWetzels committed Apr 29, 2024
1 parent 630cca2 commit 1abf1e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/vtk/ttkMergeTreeClustering/ttkMergeTreeClustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@ int ttkMergeTreeClustering::runCompute(
nodeCorr1[i] = i;
for(unsigned int i = 0; i < nodeCorr2.size(); i++)
nodeCorr2[i] = i;
trees1NodeCorrMesh
= std::vector<std::vector<ttk::SimplexId>>{nodeCorr1, nodeCorr2};
trees1NodeCorrMesh = branchDist.getTreesNodeCorr();
finalDistances = std::vector<double>{distance};
} else {
PathMappingDistance pathDist;
Expand Down

0 comments on commit 1abf1e1

Please sign in to comment.