Skip to content

Commit

Permalink
Fix clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-moulard committed Sep 28, 2013
1 parent eb9c71a commit 078b7af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/roboptim/core/plugin/nag/nag-simplex.hh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ namespace roboptim
void solve () throw ();

private:
/// \brief Relative accuracy.
double e1_;
/// \brief Absolute accuracy.
double e2_;
/// \brief Lower bound.
std::vector<double> a_;
/// \brief Upper bound.
Expand Down

0 comments on commit 078b7af

Please sign in to comment.