Skip to content
Snippets Groups Projects
Commit c7939b2d authored by lh1887's avatar lh1887
Browse files

Merge branch 'bugfix/return-type-in-functionintegratortest' into 'master'

Use correct return type when creating grid

See merge request !93
parents b96f3bb4 b1100141
Branches
No related tags found
1 merge request!93Use correct return type when creating grid
Pipeline #39352 passed
...@@ -146,7 +146,7 @@ struct FunctionIntegratorTestSuite ...@@ -146,7 +146,7 @@ struct FunctionIntegratorTestSuite
}; };
template<class GridType> template<class GridType>
GridType* constructCoarseUnitSquareGrid() auto constructCoarseUnitSquareGrid()
{ {
const int dim=2; const int dim=2;
typename Dune::GridFactory<GridType> gridFactory; typename Dune::GridFactory<GridType> gridFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment