Skip to content
Snippets Groups Projects
Commit 75931a87 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cleanup] Don't use deprecated leafbegin

parent b3f89f22
No related branches found
No related tags found
1 merge request!83[uggrid] remove methods lbegin, lend, leafbegin, leafend from UGGrid
Pipeline #
......@@ -274,7 +274,7 @@ try
std::unique_ptr<Grid> grid(make2DHybridTestGrid<Grid>());
// create hybrid grid
grid->mark(1, * grid->leafbegin<0>());
grid->mark(1, grid->leafGridView().begin<0>());
grid->adapt();
grid->globalRefine(1);
......@@ -287,7 +287,7 @@ try
std::unique_ptr<Grid> grid(make3DHybridTestGrid<Grid>());
// create hybrid grid
grid->mark(1, * grid->leafbegin<0>());
grid->mark(1, grid->leafGridView().begin<0>());
grid->adapt();
grid->globalRefine(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment