]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make things compile and link.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 16:04:27 +0000 (16:04 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 16:04:27 +0000 (16:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@22424 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 05864f1e4e225941f702e2c33c3142ec49a18514..cd7e389c3146b9bdda12d7407e85f2c69d2e4b8e 100644 (file)
@@ -276,13 +276,12 @@ namespace Patterns
                                        * a valid range.
                                        */
       const int upper_bound;
-      
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* Integer::description_init = "[Integer";
 
                                   /**
                                     * Test for the string being a
@@ -416,13 +415,12 @@ namespace Patterns
                                        * a valid range.
                                        */
       const double upper_bound;
-      
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* Double::description_init = "[Double";
 
                                   /**
                                     * Test for the string being one
@@ -496,12 +494,11 @@ namespace Patterns
                                        */
       std::string sequence;
 
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* Selection::description_init = "[Selection";
 
 
                                    /**
@@ -615,12 +612,11 @@ namespace Patterns
                                         */
       const unsigned int max_elements;
 
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* List::description_init = "[List";
 
                                   /**
                                     * This class is much like the
@@ -713,12 +709,11 @@ namespace Patterns
                                        */
       std::string sequence;
 
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* MultipleSelection::description_init = "[MultipleSelection";
 
                                   /**
                                     * Test for the string being
@@ -789,12 +784,11 @@ namespace Patterns
                                        */
       virtual PatternBase * clone () const;
 
-                       /**
-                    * Initial part of description
-                    */
-      static const char* description_init;              
+                                      /**
+                                       * Initial part of description
+                                       */
+      static const char* description_init;
   };
-  const char* Anything::description_init = "[Anything";
 }
 
 
index 3b7b22944c4fc954398fa46b877391fd8cb5bd85..b5c817a4c9260b99d6a70ad2da7053a012d52b6e 100644 (file)
@@ -107,6 +107,8 @@ namespace Patterns
 #endif
 
 
+  const char* Integer::description_init = "[Integer";
+
   Integer::Integer (const int lower_bound,
                    const int upper_bound)
                   :
@@ -183,6 +185,8 @@ namespace Patterns
           0;
 #endif
 
+  const char* Double::description_init = "[Double";
+
   Double::Double (const double lower_bound,
                  const double upper_bound)
                   :
@@ -248,6 +252,9 @@ namespace Patterns
 
 
 
+  const char* Selection::description_init = "[Selection";
+
+
   Selection::Selection (const std::string &seq)
   {
     sequence = seq;
@@ -320,6 +327,9 @@ namespace Patterns
 #endif
 
 
+  const char* List::description_init = "[List";
+
+
   List::List (const PatternBase  &p,
               const unsigned int  min_elements,
               const unsigned int  max_elements)
@@ -419,6 +429,9 @@ namespace Patterns
 
 
 
+  const char* MultipleSelection::description_init = "[MultipleSelection";
+
+
   MultipleSelection::MultipleSelection (const std::string &seq)
   {
     Assert (seq.find (",") == std::string::npos, ExcCommasNotAllowed(seq.find(",")));
@@ -541,6 +554,9 @@ namespace Patterns
 
 
 
+  const char* Anything::description_init = "[Anything";
+
+
   Anything::Anything ()
   {}
 

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.