Skip to content
Snippets Groups Projects
Commit ed06db14 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

add missing sanity check

parent 637e0f0f
No related branches found
No related tags found
1 merge request!81Refactorings no. 2 for the upcoming removing of "region of interest" (ROI)
Pipeline #37485 passed
......@@ -86,6 +86,7 @@ void PointwiseAxis::clip(double lower, double upper)
const auto end = m_coordinates.begin() + static_cast<diff_t>(findClosestIndex(upper)) + 1;
m_coordinates = std::vector<double>(begin, end);
sanityCheck();
}
void PointwiseAxis::print(std::ostream& ostr) const
......
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