]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark functions inline to fix tests mpi/renumber_cuthill_mckee in static build 4023/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 3 Mar 2017 19:50:21 +0000 (20:50 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 3 Mar 2017 19:50:21 +0000 (20:50 +0100)
include/deal.II/base/mpi.templates.h

index e67dc1fe87a31bc51a3ccc40b4f9c85b9194d5e6..5f0f5d0ed853e44e2df7ceed8c76a735bf416faf 100644 (file)
@@ -37,49 +37,49 @@ namespace Utilities
       /**
        * Return the corresponding MPI data type id for the argument given.
        */
-      MPI_Datatype mpi_type_id (const int *)
+      inline MPI_Datatype mpi_type_id (const int *)
       {
         return MPI_INT;
       }
 
 
-      MPI_Datatype mpi_type_id (const long int *)
+      inline MPI_Datatype mpi_type_id (const long int *)
       {
         return MPI_LONG;
       }
 
 
-      MPI_Datatype mpi_type_id (const unsigned int *)
+      inline MPI_Datatype mpi_type_id (const unsigned int *)
       {
         return MPI_UNSIGNED;
       }
 
 
-      MPI_Datatype mpi_type_id (const unsigned long int *)
+      inline MPI_Datatype mpi_type_id (const unsigned long int *)
       {
         return MPI_UNSIGNED_LONG;
       }
 
 
-      MPI_Datatype mpi_type_id (const unsigned long long int *)
+      inline MPI_Datatype mpi_type_id (const unsigned long long int *)
       {
         return MPI_UNSIGNED_LONG_LONG;
       }
 
 
-      MPI_Datatype mpi_type_id (const float *)
+      inline MPI_Datatype mpi_type_id (const float *)
       {
         return MPI_FLOAT;
       }
 
 
-      MPI_Datatype mpi_type_id (const double *)
+      inline MPI_Datatype mpi_type_id (const double *)
       {
         return MPI_DOUBLE;
       }
 
 
-      MPI_Datatype mpi_type_id (const long double *)
+      inline MPI_Datatype mpi_type_id (const long double *)
       {
         return MPI_LONG_DOUBLE;
       }

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.