]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace default function parameter in find_active_cell_around_point 7511/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 7 Dec 2018 00:18:57 +0000 (01:18 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 7 Dec 2018 00:19:16 +0000 (01:19 +0100)
include/deal.II/grid/grid_tools.h

index 09f39d5293c0a499d7929d129ca284bc56989bec..a9a1addc77490d0f996c96a99599392393a9299f 100644 (file)
@@ -1154,7 +1154,7 @@ namespace GridTools
       typename MeshType<dim, spacedim>::active_cell_iterator(),
     const std::vector<bool> &                              marked_vertices = {},
     const RTree<std::pair<Point<spacedim>, unsigned int>> &used_vertices_rtree =
-      {});
+      RTree<std::pair<Point<spacedim>, unsigned int>>{});
 
   /**
    * A version of the previous function where we use that mapping on a given

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.