Commit ea963c8d authored by Ken Edmundson's avatar Ken Edmundson
Browse files

bugs after fixing merge conflicts

parent 29f5ee43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2442,7 +2442,7 @@ namespace Isis {

    // Compute the look vector in instrument coordinates based on time of observation and apriori
    // lat/lon/radius
    if (!(measureCamera.GroundMap()->GetXY(point.adjustedSurfacePoint(),
    if (!(measureCamera->GroundMap()->GetXY(point.adjustedSurfacePoint(),
                                            &computedX, &computedY))) {
      QString msg = "Unable to map apriori surface point for measure ";
      msg += measure.cubeSerialNumber() + " on point " + point.id() + " into focal plane";