Check that output indices are stored
Compare changes
+ 3
− 2
@@ -1820,8 +1820,9 @@ namespace Dune
The c++ algorithm std::is_sorted
is marked with the attribute nodiscard
. The result of the check that the output indexset is sorted is currently lost. This MR wraps this check in an if-not-then-throw block.