From e8780e3e0a8517d0cf480ff2a03f7379821869fc Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 28 Oct 2017 15:48:46 -0400 Subject: [PATCH] Mark some methods as override. --- include/deal.II/fe/mapping_c1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/mapping_c1.h b/include/deal.II/fe/mapping_c1.h index b7cb930a48..bc43f897c7 100644 --- a/include/deal.II/fe/mapping_c1.h +++ b/include/deal.II/fe/mapping_c1.h @@ -82,7 +82,7 @@ protected: */ virtual void add_line_support_points (const typename Triangulation::cell_iterator &cell, - std::vector > &a) const; + std::vector > &a) const override; /** * For dim=3. Append the support points of all shape functions @@ -98,7 +98,7 @@ protected: */ virtual void add_quad_support_points(const typename Triangulation::cell_iterator &cell, - std::vector > &a) const; + std::vector > &a) const override; }; }; -- 2.39.5