proto-1.0 161: tests/morpho/tests/elementary_dilation: Typo

https://svn.lrde.epita.fr/svn/oln/prototypes/proto-1.0 ChangeLog | 4 ++++ tests/morpho/tests/elementary_dilation | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) Index: olena/ChangeLog from Roland Levillain <roland@lrde.epita.fr> * tests/morpho/tests/elementary_dilation: Typo. 2005-04-15 Roland Levillain <roland@lrde.epita.fr> Index: olena/tests/morpho/tests/elementary_dilation --- olena/tests/morpho/tests/elementary_dilation (revision 160) +++ olena/tests/morpho/tests/elementary_dilation (working copy) @@ -21,7 +21,7 @@ im_type ima; ima = oln::io::read(rdata("16x16.pbm")); - if (oln::utils::md5(oln::morpho::elementary_erosiont(ima) != key) + if (oln::utils::md5(oln::morpho::elementary_dilation(ima) != key) return true; return false;
participants (1)
-
Roland Levillain