Skip to content
Snippets Groups Projects
Commit c4a3f5b5 authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #13924. Using the correct version of clang-format

parent c8b0e873
No related branches found
No related tags found
No related merge requests found
......@@ -483,10 +483,11 @@ private:
strm << "Error in Peak " << i << ": " << peak->intensity().value()
<< " != " << referencePeak->intensity().value();
TSM_ASSERT_DELTA(strm.str().c_str(),
fabs(1.0 - peak->intensity().value() /
referencePeak->intensity().value()),
0.0, relativePrecision);
TSM_ASSERT_DELTA(
strm.str().c_str(),
fabs(1.0 -
peak->intensity().value() / referencePeak->intensity().value()),
0.0, relativePrecision);
}
}
......
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