Skip to content
Snippets Groups Projects
Commit 3b142530 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[dgf] Suppress deprecation warning of cast to raw pointer

parent e74be396
No related branches found
No related tags found
1 merge request!66[dgf] Suppress deprecation warning of cast to raw pointer
......@@ -65,7 +65,7 @@ namespace Dune
}
// create grid
grid_ = factory_.createGrid();
grid_ = factory_.createGrid().release();
}
} // namespace Dune
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