Skip to content

BUG: Topological sort fix, sequential execution fixed

Andrew Wilson requested to merge andrew.wilson/iMSTK:TopologicalSortFix into master

Topological sort has a bug that was introduced when I switched to invAdjList usage. This fixes TaskGraph sequential execution.

Merge request reports