Skip to content
Snippets Groups Projects
Commit c7857073 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : use the right method to get m_MaxY value

parent 30d906b2
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ PointSetFileReader<TOutputPointSet>
m_MinX = LASHeader_GetMinX(header);
m_MaxX = LASHeader_GetMaxX(header);
m_MinY = LASHeader_GetMinY(header);
m_MaxY = LASHeader_GetMaxX(header);
m_MaxY = LASHeader_GetMaxY(header);
LASReader_Destroy(reader);
}
......
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