Skip to content

Commit

Permalink
[Solvers] Remove bad inline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 15, 2017
1 parent 401d98f commit a8d1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tsid/solvers/eiquadprog-fast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace tsid
EiquadprogFast();
virtual ~EiquadprogFast();

inline void reset(int dim_qp, int num_eq, int num_ineq);
void reset(int dim_qp, int num_eq, int num_ineq);

int getMaxIter() const { return m_maxIter; }

Expand Down

0 comments on commit a8d1006

Please sign in to comment.