From 445b5fc99711529a38731028e6c7084cbb919b06 Mon Sep 17 00:00:00 2001
From: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
Date: Thu, 24 May 2018 13:09:35 +0200
Subject: [PATCH] Make LA::d::BlockVector::communication_block_size public.

---
 include/deal.II/lac/la_parallel_block_vector.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/deal.II/lac/la_parallel_block_vector.h b/include/deal.II/lac/la_parallel_block_vector.h
index 3a46a9fe45..bc19ef9e5b 100644
--- a/include/deal.II/lac/la_parallel_block_vector.h
+++ b/include/deal.II/lac/la_parallel_block_vector.h
@@ -81,6 +81,7 @@ namespace LinearAlgebra
     class BlockVector : public BlockVectorBase<Vector<Number> >,
       public VectorSpaceVector<Number>
     {
+    public:
       /**
        * The chunks size to split communication in update_ghost_values()
        * and compress() calls.
@@ -93,7 +94,6 @@ namespace LinearAlgebra
        * so we should arrive at the bandwidth dominated regime then which is good enough.
        */
       static constexpr unsigned int communication_block_size = 20;
-    public:
 
       /**
        * Typedef the base class for simpler access to its own typedefs.
-- 
2.39.5