]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Oct 2001 08:38:18 +0000 (08:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Oct 2001 08:38:18 +0000 (08:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@5147 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function_lib.h

index 40c33ed38c193b7108f1eac528101ce17f613b37..941e52b523922c662f5035d0a09844a4506e2418 100644 (file)
@@ -795,13 +795,13 @@ namespace Functions
   class CutOffFunctionLinfty : public Function<dim>
   {
     public:
-                                    /**
-                                     * Constructor. Arguments are the
-                                     * center of the ball and its
-                                     * radius.
-                                     */
-    CutOffFunctionLinfty (const double radius = 1.,
-                     Point<dim> = Point<dim>());
+                                      /**
+                                       * Constructor. Arguments are the
+                                       * center of the ball and its
+                                       * radius.
+                                       */
+      CutOffFunctionLinfty (const double radius = 1.,
+                           Point<dim> = Point<dim>());
     
                                       /**
                                        * Function value at one point.
@@ -816,16 +816,16 @@ namespace Functions
                               std::vector<double>            &values,
                               const unsigned int              component = 0) const;
 
-  private:
-                                    /**
-                                     * Center of the integration ball.
-                                     */
-    const Point<dim> center;
+    private:
+                                      /**
+                                       * Center of the integration ball.
+                                       */
+      const Point<dim> center;
 
-                                    /**
-                                     * Radius of the ball.
-                                     */
-    const double radius;
+                                      /**
+                                       * Radius of the ball.
+                                       */
+      const double radius;
   };
   
   
@@ -840,13 +840,13 @@ namespace Functions
   class CutOffFunctionW1 : public Function<dim>
   {
     public:
-                                    /**
-                                     * Constructor. Arguments are the
-                                     * center of the ball and its
-                                     * radius.
-                                     */
-    CutOffFunctionW1 (const double radius = 1.,
-                     Point<dim> = Point<dim>());
+                                      /**
+                                       * Constructor. Arguments are the
+                                       * center of the ball and its
+                                       * radius.
+                                       */
+      CutOffFunctionW1 (const double radius = 1.,
+                       Point<dim> = Point<dim>());
     
                                       /**
                                        * Function value at one point.
@@ -861,16 +861,16 @@ namespace Functions
                               std::vector<double>            &values,
                               const unsigned int              component = 0) const;
 
-  private:
-                                    /**
-                                     * Center of the integration ball.
-                                     */
-    const Point<dim> center;
+    private:
+                                      /**
+                                       * Center of the integration ball.
+                                       */
+      const Point<dim> center;
 
-                                    /**
-                                     * Radius of the ball.
-                                     */
-    const double radius;
+                                      /**
+                                       * Radius of the ball.
+                                       */
+      const double radius;
   };
   
   
@@ -885,13 +885,13 @@ namespace Functions
   class CutOffFunctionCinfty : public Function<dim>
   {
     public:
-                                    /**
-                                     * Constructor. Arguments are the
-                                     * center of the ball and its
-                                     * radius.
-                                     */
-    CutOffFunctionCinfty (const double radius = 1.,
-                         Point<dim> = Point<dim>());
+                                      /**
+                                       * Constructor. Arguments are the
+                                       * center of the ball and its
+                                       * radius.
+                                       */
+      CutOffFunctionCinfty (const double radius = 1.,
+                           Point<dim> = Point<dim>());
     
                                       /**
                                        * Function value at one point.
@@ -906,20 +906,18 @@ namespace Functions
                               std::vector<double>            &values,
                               const unsigned int              component = 0) const;
 
-  private:
-                                    /**
-                                     * Center of the integration ball.
-                                     */
-    const Point<dim> center;
+    private:
+                                      /**
+                                       * Center of the integration ball.
+                                       */
+      const Point<dim> center;
 
-                                    /**
-                                     * Radius of the ball.
-                                     */
-    const double radius;
+                                      /**
+                                       * Radius of the ball.
+                                       */
+      const double radius;
   };
   
-  
-  
 };
 
 

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.