]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move the OutputStyle enum to the ParameterHandler class.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Nov 2001 13:18:42 +0000 (13:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Nov 2001 13:18:42 +0000 (13:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@5319 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 233a3efc5292f9eb573f1a6836314008f3694358..5b2df7af7f6317634c227f8b5a7bd26203125348 100644 (file)
@@ -37,14 +37,6 @@ class MultipleParameterLoop;
 class LogStream;
 
 
-/**
- * List of possible output formats.
- */
-enum OutputStyle {
-      Text, LaTeX, HTML
-};
-
-
 
 /**
  * Declare some regexps which
@@ -1024,6 +1016,16 @@ namespace Patterns
 class ParameterHandler
 {
   public:
+                                    /**
+                                     * List of possible output
+                                     * formats.
+                                     */
+    enum OutputStyle {
+         Text, LaTeX, HTML
+    };
+
+
+    
                                     /**
                                      * Constructor.
                                      */

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.