]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make functions inline 18257/head
authorRene Gassmoeller <rene.gassmoeller@mailbox.org>
Wed, 19 Mar 2025 08:22:06 +0000 (09:22 +0100)
committerRene Gassmoeller <rene.gassmoeller@mailbox.org>
Wed, 19 Mar 2025 08:48:23 +0000 (09:48 +0100)
include/deal.II/multigrid/mg_transfer_global_coarsening.templates.h

index 30ae1536eb97ea5f9f2842163ae3e94e01224a83..3306b1ba3dffcf5e596b9f295e4f507e4872b3c8 100644 (file)
@@ -3707,7 +3707,7 @@ MGTwoLevelTransfer<dim, VectorType>::interpolate(VectorType       &dst,
 
 namespace internal
 {
-  bool
+  inline bool
   is_partitioner_contained(
     const std::shared_ptr<const Utilities::MPI::Partitioner> &partitioner,
     const std::shared_ptr<const Utilities::MPI::Partitioner>
@@ -3736,7 +3736,7 @@ namespace internal
                                partitioner->get_mpi_communicator()) == 1;
   }
 
-  std::shared_ptr<Utilities::MPI::Partitioner>
+  inline std::shared_ptr<Utilities::MPI::Partitioner>
   create_embedded_partitioner(
     const std::shared_ptr<const Utilities::MPI::Partitioner> &partitioner,
     const std::shared_ptr<const Utilities::MPI::Partitioner>

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.