[bugfix] fix broken assertion.
Compare changes
Files
+ 4
− 4
@@ -561,11 +561,11 @@ namespace Dune
@@ -577,7 +577,7 @@ namespace Dune
This patch fixes the errornous commits e8d16384 1a2f4d0f
The introduced range checks were plain wring, as they neglected the nested structure of the
BlockVector. We now use b.dim()
to get the flat size.
This fixes flyspray/FS#1724 (closed).