From 4cbe696714a8d42b82f9db81b84f2e95b2e38426 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 Apr 2001 22:55:48 +0000 Subject: [PATCH] Micro doc change. git-svn-id: https://svn.dealii.org/trunk@4425 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/function.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/function.h b/deal.II/base/include/base/function.h index 509d8fc88d..d7b4011226 100644 --- a/deal.II/base/include/base/function.h +++ b/deal.II/base/include/base/function.h @@ -507,6 +507,7 @@ class ConstantFunction : public ZeroFunction * 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 @@ -520,7 +521,7 @@ class ComponentSelectFunction : public ConstantFunction * 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 unsigned int memory_consumption () const; protected: + /** + * Index of the selected component. + */ const unsigned int selected; }; -- 2.39.5