Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
6f7885a2
Commit
6f7885a2
authored
May 26, 2011
by
Raphael Boissel
Committed by
Guillaume Lazzara
Sep 08, 2011
Browse files
mln/core/image/vertex_image.hh: Fix invalid construction.
parent
63a1ff74
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
6f7885a2
2011-09-08 Guillaume Lazzara <z@lrde.epita.fr>
* mln/core/image/vertex_image.hh: Fix invalid construction.
2011-09-07 Guillaume Lazzara <z@lrde.epita.fr>
Add comments.
milena/mln/core/image/vertex_image.hh
View file @
6f7885a2
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment