Commit 2117e04f authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

PROG: Use the new method BundleSolutionInfo::outputControlNetFileName() to...

PROG: Use the new method BundleSolutionInfo::outputControlNetFileName() to create the project item  under the bundle results node on the project tree.
parent 696c6af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ namespace Isis {
    setBundleSolutionInfo(bundleSolutionInfo);

    appendRow( new ProjectItem( bundleSolutionInfo->bundleSettings() ) );
    QString cNetFileName = bundleSolutionInfo->controlNetworkFileName();
    QString cNetFileName = bundleSolutionInfo->outputControlNetFileName();
    Control *control = new Control(cNetFileName);
    appendRow( new ProjectItem(control) );

+4 −1
Original line number Diff line number Diff line
@@ -136,7 +136,10 @@ namespace Isis {
   *                             taking a BundleSolutionInfo.  Fixes #4849.
   *     @history 2017-11-03 Christopher Combs - Added support for new Template and TemplateList
   *                             classes. Fixes #5117.
   *
   *     @history 2018-03-14 Ken Edmundson - Use the new method
   *                             BundleSolutionInfo::outputControlNetFileName() to create the
   *                             project item under the bundle results node for the bundle adjusted
   *                             control.
   */
  class ProjectItem : public QStandardItem {
    public: