Commit 43eeed8a authored by Kristin Berry's avatar Kristin Berry Committed by Makayla Shepherd
Browse files

Fixed typo

parent 5d1c5774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ namespace Isis {
    }

    ControlPointV0007 protobufPoint;
    foreach(binaryPoint, *m_points) {
    foreach(protobufPoint, *m_points) {
      PvlObject pvlPoint("ControlPoint");

      if (protobufPoint.type() == ControlPointV0007::Fixed) {