From 232c1d4310511e76ad95c29f0a4fce0b1c5c6883 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 2 Jul 2013 16:54:23 +0000 Subject: [PATCH] Undo previous change to this file -- the variable needs to be public after all... git-svn-id: https://svn.dealii.org/trunk@29914 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index b6333f5c58..eeb15399ee 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -979,7 +979,7 @@ namespace parallel }; - private: +//TODO: The following variable should really be private, but it is used in dof_handler_policy.cc ... /** * dummy settings object */ -- 2.39.5