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

Applying patch from clang-format build

parent 0270fa09
No related branches found
No related tags found
No related merge requests found
...@@ -417,8 +417,7 @@ void AlignAndFocusPowder::exec() { ...@@ -417,8 +417,7 @@ void AlignAndFocusPowder::exec() {
if (removePromptPulseWidth > 0.) { if (removePromptPulseWidth > 0.) {
g_log.information() << "running RemovePromptPulse(Width=" g_log.information() << "running RemovePromptPulse(Width="
<< removePromptPulseWidth << ")\n"; << removePromptPulseWidth << ")\n";
API::IAlgorithm_sptr filterPAlg = API::IAlgorithm_sptr filterPAlg = createChildAlgorithm("RemovePromptPulse");
createChildAlgorithm("RemovePromptPulse");
filterPAlg->setProperty("InputWorkspace", m_outputW); filterPAlg->setProperty("InputWorkspace", m_outputW);
filterPAlg->setProperty("OutputWorkspace", m_outputW); filterPAlg->setProperty("OutputWorkspace", m_outputW);
filterPAlg->setProperty("Width", removePromptPulseWidth); filterPAlg->setProperty("Width", removePromptPulseWidth);
......
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