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

Fix test

parent 9bea549e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -44,7 +44,7 @@ struct MultigridTestSuite
bool passed = true;
using Problem =
SymmetricSampleProblem<1, typename GridType::LevelGridView>;
SymmetricSampleProblem<blocksize, typename GridType::LevelGridView>;
Problem p(grid.levelGridView(grid.maxLevel()));
typedef typename Problem::Vector Vector;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment