Skip to content
Snippets Groups Projects
Commit fd773104 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix mantis 190 - wrong initialization of maxId

parent 67ff4978
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,8 @@ PolyLineParametricPathWithValue<TValue, VDimension> ...@@ -151,6 +151,8 @@ PolyLineParametricPathWithValue<TValue, VDimension>
y = static_cast<double>(it.Value()[1]); y = static_cast<double>(it.Value()[1]);
index[0] = x; index[0] = x;
index[1] = y; index[1] = y;
maxId[0] = x;
maxId[1] = y;
++it; ++it;
while (it != this->GetVertexList()->End()) while (it != this->GetVertexList()->End())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment