* roland/constrained-connectivity.cc (main): s/e2c/e2v/.
---
milena/sandbox/ChangeLog | 6 ++++++
milena/sandbox/roland/constrained-connectivity.cc | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index 52e6334..d087c07 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -1,5 +1,11 @@
2009-09-24 Roland Levillain <roland(a)lrde.epita.fr>
+ Catch up with new 2D inter-pixel neighborhoods names.
+
+ * roland/constrained-connectivity.cc (main): s/e2c/e2v/.
+
+2009-09-24 Roland Levillain <roland(a)lrde.epita.fr>
+
Stop using cplx2d.hh in the constrained connectivity prototype.
* roland/constrained-connectivity.cc: Here.
diff --git a/milena/sandbox/roland/constrained-connectivity.cc
b/milena/sandbox/roland/constrained-connectivity.cc
index fb14d2c..7dee1d6 100644
--- a/milena/sandbox/roland/constrained-connectivity.cc
+++ b/milena/sandbox/roland/constrained-connectivity.cc
@@ -184,7 +184,7 @@ int main(int argc, char* argv[])
equivalent in F's domain to get the values on vertices. */
mln_piter_(w_t) e(w.domain());
mln_niter_(world::inter_pixel::dbl_neighb2d)
- v_g(world::inter_pixel::e2c(), e);
+ v_g(world::inter_pixel::e2v(), e);
for_all(e)
for_all(v_g)
{
--
1.6.4.4