From cc2f1ec993026c9071a174616133ea179c1cd17f Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 3 Jun 2013 14:36:56 +0200 Subject: [PATCH] Whitespace --- dune/tectonic/myblockproblem.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index 00dc48b9..cb88e8fd 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -35,7 +35,6 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { using MatrixType = typename MyConvexProblemType::MatrixType; using LocalVectorType = typename MyConvexProblemType::LocalVectorType; using LocalMatrixType = typename MyConvexProblemType::LocalMatrixType; - int static const block_size = MyConvexProblemType::block_size; int static const coarse_block_size = block_size; -- GitLab