Skip to content
Snippets Groups Projects
Commit 4be17062 authored by Oliver Sander's avatar Oliver Sander
Browse files

adapted to changes in the UGGrid interface

[[Imported from SVN: r4189]]
parent feeb9cd8
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ void makeHalfCircleQuad(Dune::UGGrid<2,2>& grid, bool parametrization)
{
using namespace Dune;
grid.createbegin();
grid.createBegin();
// /////////////////////////////
// Create boundary segments
......@@ -109,7 +109,7 @@ void makeHalfCircleQuad(Dune::UGGrid<2,2>& grid, bool parametrization)
// //////////////////////////////////////
// Finish initialization
// //////////////////////////////////////
grid.createend();
grid.createEnd();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment