Loading isis/src/control/objs/BundleAdjust/BundleAdjust.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -2614,12 +2614,6 @@ bool BundleAdjust::formNormalEquations() { // Apply parameter corrections for control points // TODO: can we do this faster by threading with QtConcurrent::run? m_bundleControlPoints.applyParameterCorrections(m_sparseNormals, m_imageSolution); // QFuture<void> f1 = // QtConcurrent::run(&m_bundleControlPoints, // &BundleControlPointVector::applyParameterCorrections, m_sparseNormals, // m_imageSolution); // f1.waitForFinished(); } Loading Loading
isis/src/control/objs/BundleAdjust/BundleAdjust.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -2614,12 +2614,6 @@ bool BundleAdjust::formNormalEquations() { // Apply parameter corrections for control points // TODO: can we do this faster by threading with QtConcurrent::run? m_bundleControlPoints.applyParameterCorrections(m_sparseNormals, m_imageSolution); // QFuture<void> f1 = // QtConcurrent::run(&m_bundleControlPoints, // &BundleControlPointVector::applyParameterCorrections, m_sparseNormals, // m_imageSolution); // f1.waitForFinished(); } Loading