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

[Build] Make compile with gcc again

parent bd46c9f4
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ template <class VectorTEMPLATE, class ScalarVectorTEMPLATE> class ProgramState {
using LocalVector = typename Vector::block_type;
using LocalMatrix = typename Matrix::block_type;
auto const dims = LocalVector::dimension;
auto constexpr dims = LocalVector::dimension;
// Solving a linear problem with a multigrid solver
auto const solveLinearProblem = [&](
......
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