]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix @p occurence.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Nov 2001 17:16:28 +0000 (17:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 8 Nov 2001 17:16:28 +0000 (17:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@5185 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c735d66bcc788a41164bd0bc161a413ba6db515a..9cb7545ec7e8560384a0ae5421b9c25aa9cf06fe 100644 (file)
@@ -192,14 +192,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
@@ -208,7 +208,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.