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

BUG: Error in tie points access

parent 8dc36a26
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ private:
it!=tiepoints.end(); ++it)
{
Point3DType tmpPoint,ref;
sm->ForwardTransformPoint(it->first[0],it->first[1],it->first[2],tmpPoint[0],tmpPoint[1],tmpPoint[2]);
sm->ForwardTransformPoint(it->first[0],it->first[1],it->second[2],tmpPoint[0],tmpPoint[1],tmpPoint[2]);
tmpPoint = rsTransform->TransformPoint(tmpPoint);
......
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