Commit 38e2392c authored by chrisryancombs's avatar chrisryancombs
Browse files

Added comment explanation for removed setupExecution method.

parent 4431ee30
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -92,6 +92,20 @@ namespace Isis {
  }


/**
 * This method is no longer necessary and will remain commented out until it needs to be implemented 
 *  
 * If WorkOrder:setupExecution() returns true, this creates a setup dialog.   
 *    
 * When the setup is successful (i.e. the user does not cancel the dialog), this work order   
 * will be read to execute.   
 *    
 * @return bool Returns True if setup dialog for the bundle adjustment is successful.   
 */   
// bool JigsawWorkOrder::setupExecution() {    
// }


  /**
   * This check is used by Directory::supportedActions(DataType data).
   *