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

Adjust indexing after removing an unused keyword from a Pvl group in ControlPointV0001

parent de5fc031
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -492,6 +492,7 @@ namespace Isis {
            || group[cmKeyIndex].name() == "ZScore"
            || group[cmKeyIndex].name() == "ErrorMagnitude") {
          group.deleteKeyword(cmKeyIndex);
          cmKeyIndex--;
        }
      }