From 1fe9534beba90cbd0b7bd969b555dfc6d1b83088 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 6 Oct 2020 18:15:53 -0600 Subject: [PATCH] There is no need to mark a declaration as 'inline'. Only the definition needs to be marked so. --- include/deal.II/dofs/dof_accessor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/dofs/dof_accessor.h b/include/deal.II/dofs/dof_accessor.h index 997e5befff..83a5381f9e 100644 --- a/include/deal.II/dofs/dof_accessor.h +++ b/include/deal.II/dofs/dof_accessor.h @@ -1482,9 +1482,9 @@ public: /** * Return an array of iterators to all faces of this cell. */ - inline boost::container:: - small_vector::faces_per_cell> - face_iterators() const; + boost::container::small_vector::faces_per_cell> + face_iterators() const; /** * Return the result of the @p neighbor_child_on_subface function of the -- 2.39.5