From 08f81e76fd0c07461aa7e11dcebeabe18f679a37 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 21 Sep 2017 10:02:56 +0200 Subject: [PATCH] Fixed minor issues. --- include/deal.II/grid/grid_tools_cache.h | 3 +++ include/deal.II/grid/grid_tools_cache_update_flags.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.5