]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix CI
authorMarco Feder <marco.feder@sissa.it>
Tue, 11 Jul 2023 23:17:44 +0000 (01:17 +0200)
committerMarco Feder <marco.feder@sissa.it>
Fri, 14 Jul 2023 07:58:28 +0000 (09:58 +0200)
source/grid/grid_tools.cc

index e480638fd6d5a7a105558651ba23b7d0704f2e4e..1008a91af415bd680b05097a4878740707ee677f 100644 (file)
 #  include <deal.II/arborx/access_traits.h>
 #  include <deal.II/arborx/distributed_tree.h>
 #else
+template <int dim, typename Number>
+class BoundingBox;
+
 namespace ArborXWrappers
 {
   class DistributedTree
   {
   public:
+    template <int dim, typename Number>
+    DistributedTree(const MPI_Comm &,
+                    const std::vector<BoundingBox<dim, Number>> &);
     template <typename QueryType>
     std::pair<std::vector<std::pair<int, int>>, std::vector<int>>
     query(const QueryType &queries);

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.