From: bangerth Date: Tue, 2 Jul 2013 16:54:23 +0000 (+0000) Subject: Undo previous change to this file -- the variable needs to be public X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232c1d4310511e76ad95c29f0a4fce0b1c5c6883;p=dealii-svn.git 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 --- 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 */