Skip to content

Commit

Permalink
fix for persistence diagram multi-threading with DMS
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-dani committed Dec 12, 2024
1 parent fac0085 commit 0445586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/base/persistenceDiagram/PersistenceDiagram.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ int ttk::PersistenceDiagram::executeDiscreteMorseSandwich(

Timer const tm{};
const auto dim = triangulation->getDimensionality();
dms_.setThreadNumber(this->threadNumber_);

dms_.buildGradient(
inputScalars, scalarsMTime, inputOffsets, *triangulation, updateMask);
Expand Down

0 comments on commit 0445586

Please sign in to comment.