]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Micro doc change.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Apr 2001 22:55:48 +0000 (22:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Apr 2001 22:55:48 +0000 (22:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@4425 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function.h

index 509d8fc88d833ddcf8f9bc2f0a6a8ffe8f1fee20..d7b40112268b459ac2fafa5a2a4bebda1013f9bf 100644 (file)
@@ -507,6 +507,7 @@ class ConstantFunction : public ZeroFunction<dim>
  * It is especially useful as a weight function for
  * @p{VectorTools::integrate_difference}, where it allows to integrate
  * only one component.
+ *
  * @author Guido Kanschat, 2000
  */
 template <int dim>
@@ -520,7 +521,7 @@ class ComponentSelectFunction : public ConstantFunction<dim>
                                      * number of components.
                                      */
     ComponentSelectFunction (const unsigned int selected,
-                            const double value,
+                            const double       value,
                             const unsigned int n_components);
 
                                     /**
@@ -562,6 +563,9 @@ class ComponentSelectFunction : public ConstantFunction<dim>
     unsigned int memory_consumption () const;
 
   protected:
+                                    /**
+                                     * Index of the selected component.
+                                     */
     const unsigned int selected;
 };
 

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.