Skip to content
Snippets Groups Projects
Commit 81b688cb authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Quit using a deprecated interface

parent 07e1349c
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ int main(int argc, char *argv[]) { ...@@ -252,7 +252,7 @@ int main(int argc, char *argv[]) {
grid->globalRefine(refinements); grid->globalRefine(refinements);
using GridView = Grid::LeafGridView; using GridView = Grid::LeafGridView;
GridView const leafView = grid->leafView(); GridView const leafView = grid->leafGridView();
size_t const leafVertexCount = leafView.size(dims); size_t const leafVertexCount = leafView.size(dims);
auto myFaces = gridConstructor.constructFaces(leafView); auto myFaces = gridConstructor.constructFaces(leafView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment