]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed minor issues. 5072/head
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 21 Sep 2017 08:02:56 +0000 (10:02 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 21 Sep 2017 08:02:56 +0000 (10:02 +0200)
include/deal.II/grid/grid_tools_cache.h
include/deal.II/grid/grid_tools_cache_update_flags.h

index dbf2afd2290be0d9d09362c9649223e84d306dcf..89577ef802e51f8b1c7a9fb088acb006f43ab44d 100644 (file)
@@ -78,6 +78,9 @@ namespace GridTools
     Cache (const Triangulation<dim,spacedim> &tria,
            const Mapping<dim,spacedim> &mapping=StaticMappingQ1<dim,spacedim>::mapping);
 
+    /**
+     * Destructor.
+     */
     ~Cache();
 
     /**
index dc698ae8cfc0a8d6727abc4957c642371f256038..b91ffcd0af4a3394f31e1496054211cf5a56b57b 100644 (file)
@@ -51,12 +51,10 @@ namespace GridTools
      */
     update_vertex_to_cell_centers_directions = update_vertex_to_cell_map | 0x0002,
 
-#ifdef DEAL_II_WITH_NANOFLANN
     /**
      * Update a KDTree object, initialized with the vertices of the Triangulation.
      */
     update_vertex_kdtree = 0x04,
-#endif
 
     /**
      * Update all objects.

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.