Commit 1ec17848 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Changed jigsaw dialog ui file to upper camel case.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@5932 41f8697f-d340-4b68-9986-7bafba869bb8
parent 69bbae7c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "Control.h"
#include "iTime.h"
#include "JigsawSetupDialog.h"
#include "ui_jigsawdialog.h"
#include "ui_JigsawDialog.h"
#include "Process.h"
#include "Project.h"

@@ -92,6 +92,7 @@ namespace Isis {


    BundleAdjust bundleAdjustment(*m_bundleSettings, *m_selectedControl, snlist, false);
    // BundleAdjust bundleAdjustment(*m_bundleSettings, *m_selectedControlName,
    // run bundle (thread with BundleThread::QThread) - pump output to modeless dialog
    bundleAdjustment.solveCholesky();

@@ -141,8 +142,9 @@ namespace Isis {
//        }
//        qDebug() << "Status = Camera pointing updated";
    }
    else
    else {
      qDebug() << "Status = Bundle did not converge, camera pointing NOT updated";
    }

//#if 0
    //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~