]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove 'inline' tag on declarations. 2702/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jun 2016 18:41:58 +0000 (13:41 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Jun 2016 18:41:58 +0000 (13:41 -0500)
There is no point marking a *declaration* as inline, since there is no
definition that could actually be inlined. My compiler also complains
about it.

include/deal.II/base/mpi.h

index 89ccd4febd48685eba4adcc6a889887c7624c515..9034e97520a9cc11339f8dac6c1f188994cb8b2e 100644 (file)
@@ -145,7 +145,6 @@ namespace Utilities
      * Input and output arrays may be the same.
      */
     template <typename T, unsigned int N>
-    inline
     void sum (const T (&values)[N],
               const MPI_Comm &mpi_communicator,
               T (&sums)[N]);
@@ -158,7 +157,6 @@ namespace Utilities
      * Input and output vectors may be the same.
      */
     template <typename T>
-    inline
     void sum (const std::vector<T> &values,
               const MPI_Comm &mpi_communicator,
               std::vector<T> &sums);
@@ -170,7 +168,6 @@ namespace Utilities
      * Input and output vectors may be the same.
      */
     template <typename T>
-    inline
     void sum (const Vector<T> &values,
               const MPI_Comm &mpi_communicator,
               Vector<T> &sums);
@@ -182,7 +179,6 @@ namespace Utilities
      * @relates SymmetricTensor
      */
     template <int rank, int dim, typename Number>
-    inline
     SymmetricTensor<rank,dim,Number>
     sum (const SymmetricTensor<rank,dim,Number> &local,
          const MPI_Comm &mpi_communicator);
@@ -193,7 +189,6 @@ namespace Utilities
      * @relates Tensor
      */
     template <int rank, int dim, typename Number>
-    inline
     Tensor<rank,dim,Number>
     sum (const Tensor<rank,dim,Number> &local,
          const MPI_Comm &mpi_communicator);
@@ -230,7 +225,6 @@ namespace Utilities
      * Input and output arrays may be the same.
      */
     template <typename T, unsigned int N>
-    inline
     void max (const T (&values)[N],
               const MPI_Comm &mpi_communicator,
               T (&maxima)[N]);
@@ -244,7 +238,6 @@ namespace Utilities
      * Input and output vectors may be the same.
      */
     template <typename T>
-    inline
     void max (const std::vector<T> &values,
               const MPI_Comm &mpi_communicator,
               std::vector<T> &maxima);
@@ -281,7 +274,6 @@ namespace Utilities
      * Input and output arrays may be the same.
      */
     template <typename T, unsigned int N>
-    inline
     void min (const T (&values)[N],
               const MPI_Comm &mpi_communicator,
               T (&minima)[N]);
@@ -295,7 +287,6 @@ namespace Utilities
      * Input and output vectors may be the same.
      */
     template <typename T>
-    inline
     void min (const std::vector<T> &values,
               const MPI_Comm &mpi_communicator,
               std::vector<T> &minima);

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.