Commit 99c2320b authored by Adam Goins's avatar Adam Goins
Browse files

s

parent b5fde8ec
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -231,6 +231,16 @@ namespace Isis {
        MeasureLocked
      };


      /**
       * @brief Control Measure Modification Types
       *
       *  This enum is designed to represent the different types of modifications that can be
       *  made to a ControlMeasure.
       *
       * IgnoredModified means that the Control Measure had it's IGNORED flag changed.
       *
       */
      enum ModType {
        IgnoredModified
      };