Index: olena/ChangeLog
from Niels Van Vliet <niels(a)lrde.epita.fr>
* olena/oln/utils/md5.hxx: Changed abstract::image to
oln::abstract::image (ICC error).
* olena/oln/utils/md5.hh: Likewise.
+2004-04-13 Niels Van Vliet <niels(a)lrde.epita.fr>
+
* oln/arith/internal/opdecls.hh: Add white space after variables of
macros used as template parameters (ICC error).
* oln/morpho/watershed.hxx: Likewise.
Index: olena/oln/utils/md5.hxx
--- olena/oln/utils/md5.hxx Fri, 19 Mar 2004 16:54:46 +0100 palma_g
(oln/k/13_md5.hxx 1.2 600)
+++ olena/oln/utils/md5.hxx Tue, 13 Apr 2004 20:11:08 +0200 van-vl_n
(oln/k/13_md5.hxx 1.2 600)
@@ -286,7 +286,7 @@
// md5 implementation.
template <class I>
inline
-key md5(const abstract::non_vectorial_image<I> &im)
+key md5(const oln::abstract::non_vectorial_image<I> &im)
{
oln_iter_type(I) p(im);
buffer b;
@@ -303,7 +303,7 @@
// md5 implementation.
template <class I>
inline
-key md5(const abstract::vectorial_image<I> &im)
+key md5(const oln::abstract::vectorial_image<I> &im)
{
oln_iter_type(I) p(im);
buffer b;
Index: olena/oln/utils/md5.hh
--- olena/oln/utils/md5.hh Fri, 19 Mar 2004 16:54:46 +0100 palma_g
(oln/k/14_md5.hh 1.2 600)
+++ olena/oln/utils/md5.hh Tue, 13 Apr 2004 20:10:50 +0200 van-vl_n
(oln/k/14_md5.hh 1.2 600)
@@ -211,7 +211,7 @@
** Non vectorial image version.
*/
template <class I>
- key md5(const abstract::non_vectorial_image<I> &im);
+ key md5(const oln::abstract::non_vectorial_image<I> &im);
/*!
** \brief Compute The Md5 value of an image.
@@ -223,7 +223,7 @@
** Vectorial image version.
*/
template <class I>
- key md5(const abstract::vectorial_image<I> &im);
+ key md5(const oln::abstract::vectorial_image<I> &im);
} // !utils
} // !oln