---
milena/mln/core/image/vertex_image.hh | 2 +-
scribo/sandbox/raphael/test | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
create mode 120000 scribo/sandbox/raphael/test
diff --git a/milena/mln/core/image/vertex_image.hh
b/milena/mln/core/image/vertex_image.hh
index 9ad31a7..d50f826 100644
--- a/milena/mln/core/image/vertex_image.hh
+++ b/milena/mln/core/image/vertex_image.hh
@@ -215,7 +215,7 @@ namespace mln
operator | (const fun::i2v::array<V>& vertex_values,
const p_vertices<G, fun::i2v::array<P> >& pv)
{
- vertex_image<P,V,G> tmp(vertex_values, pv);
+ vertex_image<P,V,G> tmp(pv, vertex_values);
return tmp;
}
diff --git a/scribo/sandbox/raphael/test b/scribo/sandbox/raphael/test
new file mode 120000
index 0000000..bc9ab42
--- /dev/null
+++ b/scribo/sandbox/raphael/test
@@ -0,0 +1 @@
+/lrde/beyrouth/stage/boissel/Bureau/test
\ No newline at end of file
--
1.7.2.5