Use only LocalView objects, no LocalIndexSet ones
Compare changes
- Sander, Oliver authored
For some reason only clang complains about this.
+ 4
− 0
Using LocalIndexSet objects was mandatory with dune-functions-2.5 and earlier. However, we only support 2.6 and later anyway, so let's get rid of the backward-compatibility code.
For some reason only clang complains about this.