Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* oln/core/abstract/point.hh: Fix bkd_less.
point.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: oln/core/abstract/point.hh
--- oln/core/abstract/point.hh (revision 267)
+++ oln/core/abstract/point.hh (working copy)
@@ -139,7 +139,7 @@
/// Anteriority w.r.t. to a bkd image browsing.
bool bkd_less(const exact_type& rhs) const
{
- return not (*this == rhs and not this->fwd_less(rhs));
+ return not (*this == rhs or this->fwd_less(rhs));
}
/*! \brief Test difference of two points. Nota bene: this method