]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Cleanup: remove class from global namespace.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Apr 1998 16:16:28 +0000 (16:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Apr 1998 16:16:28 +0000 (16:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@110 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/parameter_handler.h

index 2330a856f982e587e0052ee64e8963c38ee913aa..086e5a5760d9d15e54386d6e62f90fbfdb375585 100644 (file)
@@ -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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.