Skip to content

Commit

Permalink
BoxedLcpConstraintSolver: API compatible with 6.7
Browse files Browse the repository at this point in the history
Fixes #1288 by adding default values to solver arguments.
  • Loading branch information
scpeters authored Apr 24, 2019
1 parent 1402bba commit cf63f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/constraint/BoxedLcpConstraintSolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class BoxedLcpConstraintSolver : public ConstraintSolver
DART_DEPRECATED(6.8)
BoxedLcpConstraintSolver(
double timeStep,
BoxedLcpSolverPtr boxedLcpSolver,
BoxedLcpSolverPtr secondaryBoxedLcpSolver);
BoxedLcpSolverPtr boxedLcpSolver = nullptr,
BoxedLcpSolverPtr secondaryBoxedLcpSolver = nullptr);

/// Constructos with default primary and secondary LCP solvers, which are
/// Dantzig and PGS, respectively.
Expand Down

0 comments on commit cf63f68

Please sign in to comment.