Skip to content

Commit

Permalink
w1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent fb3b7c5 commit 26a444b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dart/constraint/BoxedLcpConstraintSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ void BoxedLcpConstraintSolver::solveConstrainedGroups()
// Solve problems
{
DART_PROFILE_SCOPED_N("Solve problems");
tf::Taskflow mTaskflow;
mTaskflow.for_each_index(0, numGroups, 1, [&](int i) {
solveBoxedLcp(mProblems[i], mConstrainedGroups[i]);
});
Expand Down
2 changes: 1 addition & 1 deletion dart/constraint/BoxedLcpConstraintSolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class BoxedLcpConstraintSolver : public ConstraintSolver
std::vector<BoxedLcp> mProblems;

tf::Executor mExecutor;
tf::Taskflow mTaskflow;
// tf::Taskflow mTaskflow;
};

} // namespace constraint
Expand Down

0 comments on commit 26a444b

Please sign in to comment.