From: Wolfgang 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-Tag: v8.0.0~204 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e996b102a81b5929fe83047c986dcaa528a883;p=dealii.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 */