Skip to content
Snippets Groups Projects
Commit b1eaa01f authored by Raquel Alvarez's avatar Raquel Alvarez
Browse files

Re #18117 Clang format

parent 4a05caf2
No related branches found
No related tags found
No related merge requests found
...@@ -143,9 +143,10 @@ void Stitch1D::init() { ...@@ -143,9 +143,10 @@ void Stitch1D::init() {
"Rebinning Parameters. See Rebin for format. If only a " "Rebinning Parameters. See Rebin for format. If only a "
"single value is provided, start and end are taken from " "single value is provided, start and end are taken from "
"input workspaces."); "input workspaces.");
declareProperty(make_unique<PropertyWithValue<bool>>("ScaleRHSWorkspace", declareProperty(
true, Direction::Input), make_unique<PropertyWithValue<bool>>("ScaleRHSWorkspace", true,
"Scaling either with respect to LHS workspace or RHS workspace"); Direction::Input),
"Scaling either with respect to LHS workspace or RHS workspace");
declareProperty(make_unique<PropertyWithValue<bool>>("UseManualScaleFactor", declareProperty(make_unique<PropertyWithValue<bool>>("UseManualScaleFactor",
false, Direction::Input), false, Direction::Input),
"True to use a provided value for the scale factor."); "True to use a provided value for the scale factor.");
......
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