Commit 4c6e5600 authored by Kristin Berry's avatar Kristin Berry Committed by Makayla Shepherd
Browse files

Fixed typo

parent bf93bc9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2084,7 +2084,7 @@ namespace Isis {
          protoMeasure.add_log(logData);
        }

        if (controlPoint->HasRefmeasure() && controlPoint->IndexOfRefMeasure() == j) {
        if (controlPoint->HasRefMeasure() && controlPoint->IndexOfRefMeasure() == j) {
             protoPoint.set_referenceindex(j);

          // This isn't inside of the ControlPointFileEntryV0005, should it be?