]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Documentation update
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Mar 2001 22:31:59 +0000 (22:31 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Mar 2001 22:31:59 +0000 (22:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@4255 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9e6435205375f53d67ffdf71d205e4c52d48d1e8..509d8fc88d833ddcf8f9bc2f0a6a8ffe8f1fee20 100644 (file)
@@ -394,14 +394,16 @@ class ZeroFunction : public Function<dim>
 
 
 /**
- * Provide a function which always returns a constant value, which is
- * delivered upon construction. Obviously, the derivates of this
+ * Provide a function which always returns the constant value
+ * handed to the constructor.
+ *
+ * Obviously, the derivates of this
  * function are zero, which is why we derive this class from
- * @p{ZeroFunction}: we then only have to overload th value functions,
+ * @p{ZeroFunction}: we then only have to overload the value functions,
  * not all the derivatives. In some way, it would be more obvious to
  * do the derivation in the opposite direction, i.e. let
  * @p{ZeroFunction} be a more specialized version of @p{ConstantFunction};
- * however, this would be more inefficient, since we could not make
+ * however, this would be less efficient, since we could not make
  * use of the fact that the function value of the @p{ZeroFunction} is
  * known at compile time and need not be looked up somewhere in
  * memory.

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.