From b8090ad96d223da411c8b84ec1f1f72384017a2e Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 10 Feb 2013 21:06:42 +0100 Subject: [PATCH] T const -> const T --- dune/tectonic/myconvexproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/tectonic/myconvexproblem.hh b/dune/tectonic/myconvexproblem.hh index 19ea2f52..0058c742 100644 --- a/dune/tectonic/myconvexproblem.hh +++ b/dune/tectonic/myconvexproblem.hh @@ -16,7 +16,7 @@ class MyConvexProblem { typedef typename VectorType::block_type LocalVectorType; typedef typename MatrixType::block_type LocalMatrixType; - static const int block_size = VectorType::block_type::dimension; + int static const block_size = VectorType::block_type::dimension; /** \brief Constructor with the problem components -- GitLab