Commit 89839f6c authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

PROG: Added documentation.

parent 0f39d9e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ namespace Isis {
   */
  bool SetActiveControlWorkOrder::isExecutable(ControlList *controls) {

    // Return false if more than 1 control was selected or if selected is already active
    if (controls) {
      if (controls->size() != 1 || project()->activeControl() == controls->at(0)) {
        return false;