From: Wolfgang Bangerth Date: Wed, 1 Apr 1998 16:16:28 +0000 (+0000) Subject: Cleanup: remove class from global namespace. X-Git-Tag: v8.0.0~23144 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a450b66d3089adc8d423cf6f3d0170625a5b948d;p=dealii.git Cleanup: remove class from global namespace. git-svn-id: https://svn.dealii.org/trunk@110 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 2330a856f9..086e5a5760 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -39,14 +39,6 @@ enum OutputStyle { -/** - Declare what a multiple entry is: a variant - entry ({...}) or an array ({{...}}) - */ -enum MultipleEntryType { - variant, array -}; - /** @@ -1024,6 +1016,14 @@ class MultipleParameterLoop : public ParameterHandler { void loop (UserClass &uc); private: + /** + * Declare what a multiple entry is: a variant + * entry ({...}) or an array ({{...}}) + */ + enum MultipleEntryType { + variant, array + }; + /** * An object in the list of entries with * multiple values.