From f86148dd7da890b3c179ca3b5bfbf20d13e6e7a9 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 25 Apr 2020 17:44:45 +0200 Subject: [PATCH] Remove 1D hack from p:d:t --- include/deal.II/distributed/tria.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 35301b54de..d6d219527d 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -1362,16 +1362,8 @@ namespace parallel std::vector p4est_tree_to_coarse_cell_permutation; - - // TODO: The following variable should really be private, but it is used - // in dof_handler_policy.cc ... - /** - * dummy settings object - */ - Settings settings; - /** - * Like above, this method, which is only implemented for dim = 2 or 3, + * This method, which is only implemented for dim = 2 or 3, * needs a stub because it is used in dof_handler_policy.cc */ virtual std::map> -- 2.39.5