---
milena/ChangeLog | 4 ++++
milena/mln/core/routine/ops.hh | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5fd931d..c6ef422 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2012-10-18 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * mln/core/routine/ops.hh: Update comments.
+
+2012-10-18 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* tests/value/interval.cc: Add more tests.
2012-10-18 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/mln/core/routine/ops.hh b/milena/mln/core/routine/ops.hh
index db26631..11e0091 100644
--- a/milena/mln/core/routine/ops.hh
+++ b/milena/mln/core/routine/ops.hh
@@ -1,4 +1,4 @@
-// Copyright (C) 2007, 2008, 2009 EPITA Research and Development
+// Copyright (C) 2007, 2008, 2009, 2012 EPITA Research and Development
// Laboratory (LRDE)
//
// This file is part of Olena.
@@ -53,8 +53,8 @@
l != r : -> ! (l == r)
l > r : -> (r < l)
- l >= r : -> (r <= l)
l <= r : -> ! (r < l) warning: re-define when partial ordering
+ l >= r : -> (r <= l)
* \endcode
*
--
1.7.2.5
Show replies by date