Skip to content
Snippets Groups Projects
Commit a71e3853 authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #15155 Clang format

parent 2c8d5750
No related merge requests found
...@@ -644,7 +644,8 @@ void MDHistoWorkspace::getLineData(const Mantid::Kernel::VMD &start, ...@@ -644,7 +644,8 @@ void MDHistoWorkspace::getLineData(const Mantid::Kernel::VMD &start,
VMD middle = (pos + lastPos) * 0.5; VMD middle = (pos + lastPos) * 0.5;
// Find the signal in this bin // Find the signal in this bin
const auto linearIndex = this->getLinearIndexAtCoord(middle.getBareArray()); const auto linearIndex =
this->getLinearIndexAtCoord(middle.getBareArray());
if (linearIndex < m_length) { if (linearIndex < m_length) {
// Is the signal here masked? // Is the signal here masked?
......
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