Skip to content
Snippets Groups Projects
Commit b54734cc authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 0ebbe754
Branches pr/220
No related tags found
No related merge requests found
Pipeline #40122 passed with warnings
......@@ -42,7 +42,7 @@ class TSID_DLLAPI SolverHQPBase {
typedef math::ConstRefMatrix ConstRefMatrix;
SolverHQPBase(const std::string& name);
virtual ~SolverHQPBase(){};
virtual ~SolverHQPBase() {};
virtual const std::string& name() const { return m_name; }
......
......@@ -51,7 +51,7 @@ class TSID_DLLAPI SolverHQuadProgRT : public SolverHQPBase {
// TODO: change eiquadprog-rt to new API
/** Retrieve the matrices describing a QP problem from the problem data. */
void retrieveQPData(const HQPData& /*problemData*/,
const bool /*hessianRegularization = true*/){};
const bool /*hessianRegularization = true*/) {};
// /** Return the QP data object. */
// const QPDataQuadProg getQPData() const { return m_qpData; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment