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

Re #17673 Clang format

parent cfde5ae8
No related branches found
No related tags found
No related merge requests found
......@@ -575,7 +575,7 @@ void Stitch1D::exec() {
}
scaleFactor = ratio->y(0).front();
errorScaleFactor = ratio->e(0).front();
if (scaleFactor < 1e-2 || scaleFactor > 1e2 ||std::isnan(scaleFactor)) {
if (scaleFactor < 1e-2 || scaleFactor > 1e2 || std::isnan(scaleFactor)) {
std::stringstream messageBuffer;
messageBuffer << "Stitch1D calculated scale factor is: " << scaleFactor
<< ". Check that in both input workspaces the integrated "
......
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