Skip to content
Snippets Groups Projects
Commit 617b2e6d authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Clang format. Re #18823

parent b9f7c1a5
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,8 @@ bool ReflectometryReductionOneAuto2::processGroups() {
return true;
}
Algorithm_sptr polAlg = createChildAlgorithm("PolarizationCorrectionFredrikze");
Algorithm_sptr polAlg =
createChildAlgorithm("PolarizationCorrectionFredrikze");
polAlg->setChild(false);
polAlg->setRethrows(true);
polAlg->setProperty("InputWorkspace", outputIvsLam);
......
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