From: Timo Heister Date: Fri, 19 Sep 2014 13:53:55 +0000 (-0400) Subject: Merge pull request #161 from bangerth/private-protected-cleanup X-Git-Tag: v8.2.0-rc1~139 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd686f89c4b4c12ce300d12ad645fb313c821dd1;p=dealii.git Merge pull request #161 from bangerth/private-protected-cleanup Move declarations in DoFHandler from protected to private. DoFHandler still had some of its member variables and functions in a protected section from back when we still had MGDoFHandler derive from it in a meaningful way. This is now no longer necessary, so remove the protected section and instead sort things in some sort of natural way into the private section. --- dd686f89c4b4c12ce300d12ad645fb313c821dd1