Loading isis/src/control/objs/BundleAdjust/BundleAdjust.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -275,9 +275,8 @@ namespace Isis { m_bundleSettings = bundleSettings; m_abort = false; Progress progress; try { m_controlNet = ControlNetQsp( new ControlNet(control.fileName(), &progress) ); m_controlNet = ControlNetQsp( new ControlNet(control.fileName()) ); } catch (IException &e) { throw; Loading Loading
isis/src/control/objs/BundleAdjust/BundleAdjust.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -275,9 +275,8 @@ namespace Isis { m_bundleSettings = bundleSettings; m_abort = false; Progress progress; try { m_controlNet = ControlNetQsp( new ControlNet(control.fileName(), &progress) ); m_controlNet = ControlNetQsp( new ControlNet(control.fileName()) ); } catch (IException &e) { throw; Loading