[uggrid] remove methods lbegin, lend, leafbegin, leafend from UGGrid
The methods aren't part of the API anymore. Implement the functionality in the begin/end methods of the corresponding GridViews. Replace internal use of the old methods by range-based for loops.
Merge request reports
Activity
Thanks, but now some of the tests fail, because they erroneously still use the old methods.
See for example https://gitlab.dune-project.org/core/dune-grid/builds/1188
Added 1 commit:
- 75931a87 - [cleanup] Don't use deprecated leafbegin
mentioned in commit 8c77c433
Mentioned in commit 8c77c433
Please register or sign in to reply