Commit 481026d3 authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

PROG: Updated to use BundleSolutionInfo new methods to return the input control.

parent 878218b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ namespace Isis {
     // Retrieve the control net name used in the last bundle adjustment.
     // Note that this returns a fully specified path and filename, while the cnet combo box
     // only stores file names.
     selectControl(bundleSolutionInfo.last()->controlNetworkFileName());
     selectControl(bundleSolutionInfo.last()->inputControlNetFileName());
     fillFromSettings(lastBundleSettings);
    }

+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ namespace Isis {
   *                           allows for proper restoring of user defined weightings.
   *   @history 2017-08-14 Summer Stapleton - Updated icons/images to properly licensed or open 
   *                           source images. Fixes #5105.
   *   @history 2018-03-14 Ken Edmundson - Updated to use BundleSolutionInfo new methods to return
   *                           the input control.
   */

  class JigsawSetupDialog : public QDialog {