Skip to content

Implement dummies for SubGrid::communicate()

Carsten Gräser requested to merge feature/dummy-communicate into master

Since c++20 existence of these is mandatory, because the GridView concept checks for communicate() and DefaultGridView uses grid.communicate(). Don't know if this is intended. But currently it makes the grid check fail for SubGrid.

Merge request reports