From 8195ddb94b6ef8f399b861f4eb7c98d5773c32bd Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 29 Jan 2016 22:43:26 +0100
Subject: [PATCH] [Build]   Make compile with gcc again

---
 src/program_state.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/program_state.hh b/src/program_state.hh
index 06c71d27..1a63502f 100644
--- a/src/program_state.hh
+++ b/src/program_state.hh
@@ -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 = [&](
-- 
GitLab