Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Replace Math::Round with std::round for double-to-double rounding
According to https://github.com/InsightSoftwareConsortium/ITK/blob/66ab5b14c476d057ed46a4daba05b710681160e6/Modules/Core/Common/include/itkMath.h#L127 the `TReturn` template argument of `Math::Round` must be an integer type. For double-to-double rounding, a call to `std::round` is preferred.
- Loading branch information