]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix @p occurence.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Nov 2001 17:17:07 +0000 (17:17 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Nov 2001 17:17:07 +0000 (17:17 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-2@5186 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-9/step-9.cc

index e2f811f86edff08bbe4e39dac3ad1aefccf3c955..2594e5810af05013651488b7a7de053dd37d172a 100644 (file)
@@ -190,14 +190,14 @@ class AdvectionProblem
                                 // vector field with as many compents
                                 // as there are space dimensions. One
                                 // could now use a class derived from
-                                // the @p{Function} base class, as we
+                                // the ``Function'' base class, as we
                                 // have done for boundary values and
                                 // coefficients in previous examples,
                                 // but there is another possibility
                                 // in the library, namely a base
                                 // class that describes tensor valued
                                 // functions. In contrast to the
-                                // usual @p{Function} objects, we
+                                // usual ``Function'' objects, we
                                 // provide the compiler with
                                 // knowledge on the size of the
                                 // objects of the return type. This
@@ -206,7 +206,7 @@ class AdvectionProblem
                                 // simple for usual vector-valued
                                 // functions where memory has to be
                                 // allocated on the heap (thus, the
-                                // @p{Function::vector_value}
+                                // ``Function::vector_value''
                                 // function has to be given the
                                 // address of an object into which
                                 // the result is to be written, in

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.