From: bangerth Date: Tue, 2 Jul 2013 15:39:24 +0000 (+0000) Subject: Mark a field that we don't use as private. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f92fe852d50b01916cc2f34d4796b525611f36;p=dealii-svn.git Mark a field that we don't use as private. git-svn-id: https://svn.dealii.org/trunk@29912 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 5578179d98..b6333f5c58 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -977,6 +977,9 @@ namespace parallel mesh_reconstruction_after_repartitioning = 0x1, construct_multigrid_hierarchy = 0x2 }; + + + private: /** * dummy settings object */