]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remve some inlines in tria_accessor.h 10644/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 2 Jul 2020 10:48:08 +0000 (12:48 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 2 Jul 2020 10:48:08 +0000 (12:48 +0200)
include/deal.II/grid/tria_accessor.h

index 703cc2ed6b80c02b13e52664e8970f5c4e0bcba6..5f12025f74994036215dced3aa02a101f6a9ad45 100644 (file)
@@ -1608,13 +1608,13 @@ public:
   /**
    * Number of vertices.
    */
-  inline unsigned int
+  unsigned int
   n_vertices() const;
 
   /**
    * Number of lines.
    */
-  inline unsigned int
+  unsigned int
   n_lines() const;
 
   /**
@@ -1622,21 +1622,21 @@ public:
    *
    * @note Only implemented for cells (dim==spacedim).
    */
-  inline unsigned int
+  unsigned int
   n_faces() const;
 
   /**
    * Return an object that can be thought of as an array containing all indices
    * from zero to n_vertices().
    */
-  inline std_cxx20::ranges::iota_view<unsigned int, unsigned int>
+  std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   vertex_indices() const;
 
   /**
    * Return an object that can be thought of as an array containing all indices
    * from zero to n_lines().
    */
-  inline std_cxx20::ranges::iota_view<unsigned int, unsigned int>
+  std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   line_indices() const;
 
   /**
@@ -1645,7 +1645,7 @@ public:
    *
    * @note Only implemented for cells (dim==spacedim).
    */
-  inline std_cxx20::ranges::iota_view<unsigned int, unsigned int>
+  std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   face_indices() const;
 
   /**
@@ -2674,27 +2674,27 @@ public:
   /**
    * Number of vertices.
    */
-  inline unsigned int
+  unsigned int
   n_vertices() const;
 
   /**
    * Number of lines.
    */
-  inline unsigned int
+  unsigned int
   n_lines() const;
 
   /**
    * Return an object that can be thought of as an array containing all indices
    * from zero to n_vertices().
    */
-  inline std_cxx20::ranges::iota_view<unsigned int, unsigned int>
+  std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   vertex_indices() const;
 
   /**
    * Return an object that can be thought of as an array containing all indices
    * from zero to n_lines().
    */
-  inline std_cxx20::ranges::iota_view<unsigned int, unsigned int>
+  std_cxx20::ranges::iota_view<unsigned int, unsigned int>
   line_indices() const;
 
 protected:

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.