Skip to content
Snippets Groups Projects
Commit 06116d33 authored by Julien Michel's avatar Julien Michel
Browse files

variable inutile

parent 1f3ed2c6
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ namespace otb
}
double xb = this->GetVertexList()->Begin().Value()[0];
double yb = this->GetVertexList()->Begin().Value()[1];
double xmin = std::min(xa,xb);
double xmax = std::max(xa,xb);
if(vcl_abs(xb-xa)< m_Epsilon)
{
if(ya>yb && xa>x && y>=yb && y<ya)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment