From: Luca Heltai Date: Thu, 21 Sep 2017 08:02:56 +0000 (+0200) Subject: Fixed minor issues. X-Git-Tag: v9.0.0-rc1~1052^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f81e76fd0c07461aa7e11dcebeabe18f679a37;p=dealii.git Fixed minor issues. --- diff --git a/include/deal.II/grid/grid_tools_cache.h b/include/deal.II/grid/grid_tools_cache.h index dbf2afd229..89577ef802 100644 --- a/include/deal.II/grid/grid_tools_cache.h +++ b/include/deal.II/grid/grid_tools_cache.h @@ -78,6 +78,9 @@ namespace GridTools Cache (const Triangulation &tria, const Mapping &mapping=StaticMappingQ1::mapping); + /** + * Destructor. + */ ~Cache(); /** diff --git a/include/deal.II/grid/grid_tools_cache_update_flags.h b/include/deal.II/grid/grid_tools_cache_update_flags.h index dc698ae8cf..b91ffcd0af 100644 --- a/include/deal.II/grid/grid_tools_cache_update_flags.h +++ b/include/deal.II/grid/grid_tools_cache_update_flags.h @@ -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.