Skip to content
Snippets Groups Projects
Commit 2f9100d8 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Temporarily locking to AlignDetectors v1

parent 0af6f3a9
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,7 @@ void AlignAndFocusPowder::exec() {
if (m_offsetsWS) {
g_log.information() << "running AlignDetectors\n";
API::IAlgorithm_sptr alignAlg = createChildAlgorithm("AlignDetectors");
API::IAlgorithm_sptr alignAlg = createChildAlgorithm("AlignDetectors", 1);
alignAlg->setProperty("InputWorkspace", m_outputW);
alignAlg->setProperty("OutputWorkspace", m_outputW);
alignAlg->setProperty("OffsetsWorkspace", m_offsetsWS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment