Skip to content

Commit

Permalink
w8
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent e9868c5 commit a07f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/constraint/BoxedLcpConstraintSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ void BoxedLcpConstraintSolver::solveConstrainedGroups()
{
DART_PROFILE_SCOPED;

const auto numGroups = mConstrainedGroups.size();
const int numGroups = mConstrainedGroups.size();

// Prepare problems
{
Expand Down

0 comments on commit a07f937

Please sign in to comment.