Index: olena/ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* oln/core/neighborhood1d.hh (mk_win_from_neighb): Swap
inverted argument and return value in the documention.
* oln/core/neighborhood2d.hh (mk_win_from_neighb): Likewise.
* oln/core/neighborhood3d.hh (mk_win_from_neighb): Likewise.
Index: olena/oln/core/neighborhood1d.hh
--- olena/oln/core/neighborhood1d.hh Mon, 29 Mar 2004 09:53:11 +0200 odou_s
(oln/c/37_neighborho 1.19 640)
+++ olena/oln/core/neighborhood1d.hh Fri, 13 Aug 2004 18:52:38 +0200 levill_r
(oln/c/37_neighborho 1.19 640)
@@ -201,7 +201,7 @@
}
/*!
- ** \brief Convert a window (1 dimension) to a neighborhood (1 dimension).
+ ** \brief Convert a neighborhood (1 dimension) to a window (1 dimension).
** \arg n The neighborhood to convert.
** \return The new window.
*/
Index: olena/oln/core/neighborhood2d.hh
--- olena/oln/core/neighborhood2d.hh Fri, 02 Apr 2004 16:00:03 +0200 van-vl_n
(oln/c/36_neighborho 1.21 640)
+++ olena/oln/core/neighborhood2d.hh Fri, 13 Aug 2004 18:52:56 +0200 levill_r
(oln/c/36_neighborho 1.21 640)
@@ -239,7 +239,7 @@
}
/*!
- ** \brief Convert a window (2 dimensions) to a neighborhood (2 dimensions).
+ ** \brief Convert a neighborhood (2 dimensions) to a window (2 dimensions).
** \arg n The neighborhood to convert.
** \return The new window.
*/
Index: olena/oln/core/neighborhood3d.hh
--- olena/oln/core/neighborhood3d.hh Wed, 12 May 2004 23:10:18 +0200 van-vl_n
(oln/c/35_neighborho 1.20 640)
+++ olena/oln/core/neighborhood3d.hh Fri, 13 Aug 2004 18:56:40 +0200 levill_r
(oln/c/35_neighborho 1.20 640)
@@ -321,7 +321,7 @@
}
/*!
- ** \brief Convert a window (3 dimensions) to a neighborhood (3 dimensions).
+ ** \brief Convert a neighborhood (3 dimensions) to a window (3 dimensions).
** \arg n The neighborhood to convert.
** \return The new window.
*/