From a2f5049a7756e9dc4f9d3f95c40c04e357000966 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Jan 2019 20:39:37 -0700 Subject: [PATCH] Remove a duplicate 'public:' specifier. --- include/deal.II/lac/vector.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/deal.II/lac/vector.h b/include/deal.II/lac/vector.h index 085c655f27..121c073761 100644 --- a/include/deal.II/lac/vector.h +++ b/include/deal.II/lac/vector.h @@ -137,7 +137,6 @@ public: */ using real_type = typename numbers::NumberTraits::real_type; -public: /** * @name Basic object handling */ -- 2.39.5