Skip to content

Commit

Permalink
Update Peak class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir55 committed Dec 2, 2017
1 parent 3137bcc commit 7fd6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LineSegmentation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Peak {

Peak(int p, int v, int s, int e) : position(p), value(v) {}

/// Compare according to the value.
/// Compare according to the value. // ToDo @Samir55 change that when finishing.
bool
operator<(const Peak &p) const;

Expand Down

0 comments on commit 7fd6173

Please sign in to comment.