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

[!344] Minor update to the UGGridFactory documentation

Merge branch 'update-uggridfactory-documentation' into 'master'

ref:core/dune-grid The return value of createGrid should nowadays be captured
by a std::unique_ptr or std::shared_ptr.

See merge request [!344]

  [!344]: gitlab.dune-project.org/core/dune-grid/merge_requests/344
parents 1835c86b 0636c978
No related branches found
No related tags found
1 merge request!344Minor update to the UGGridFactory documentation
Pipeline #18923 passed
......@@ -135,7 +135,7 @@ namespace Dune {
</p>
<pre>
UGGrid<dim>* grid = factory.createGrid();
std::unique_ptr<UGGrid<dim> > grid = factory.createGrid();
</pre>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment