Skip to content

Commit

Permalink
Merge branch 'bugfix/7402_using_removed_property' into develop Re #7402
Browse files Browse the repository at this point in the history
Conflicts:
	Code/Mantid/Framework/TestHelpers/inc/MantidTestHelpers/WorkspaceCreationHelper.h
	Code/Mantid/MantidQt/API/inc/MantidQtAPI/ScriptRepositoryView.ui
  • Loading branch information
RussellTaylor committed Jul 5, 2013
2 parents cea1735 + 29aa42a commit ae1242b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ void AlignAndFocusPowder::exec()
g_log.information() << "running EditInstrumentGeometry\n";
API::IAlgorithm_sptr editAlg = createChildAlgorithm("EditInstrumentGeometry");
editAlg->setProperty("Workspace", m_outputW);
editAlg->setProperty("NewInstrument", false);
editAlg->setProperty("PrimaryFlightPath", l1);
editAlg->setProperty("Polar", tths);
editAlg->setProperty("SpectrumIDs", specids);
Expand All @@ -518,7 +517,6 @@ void AlignAndFocusPowder::exec()
{
API::IAlgorithm_sptr editAlg = createChildAlgorithm("EditInstrumentGeometry");
editAlg->setProperty("Workspace", m_lowResW);
editAlg->setProperty("NewInstrument", false);
editAlg->setProperty("PrimaryFlightPath", l1);
editAlg->setProperty("Polar", tths);
editAlg->setProperty("SpectrumIDs", specids);
Expand Down

0 comments on commit ae1242b

Please sign in to comment.