]> https://gitweb.dealii.org/ - dealii.git/commitdiff
There is no need to mark a declaration as 'inline'. 11015/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 7 Oct 2020 00:15:53 +0000 (18:15 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 7 Oct 2020 00:15:53 +0000 (18:15 -0600)
Only the definition needs to be marked so.

include/deal.II/dofs/dof_accessor.h

index 997e5befff881a923fb38ecb6a41c51766050a23..83a5381f9e3e10c03eeba0ad607f2928094968c5 100644 (file)
@@ -1482,9 +1482,9 @@ public:
   /**
    * Return an array of iterators to all faces of this cell.
    */
-  inline boost::container::
-    small_vector<face_iterator, GeometryInfo<dimension_>::faces_per_cell>
-    face_iterators() const;
+  boost::container::small_vector<face_iterator,
+                                 GeometryInfo<dimension_>::faces_per_cell>
+  face_iterators() const;
 
   /**
    * Return the result of the @p neighbor_child_on_subface function of the

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.