From 1a1cca4aaa73e2aca13d668de8757741aab18b77 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 8 Nov 2001 17:16:28 +0000 Subject: [PATCH] Fix @p occurence. git-svn-id: https://svn.dealii.org/trunk@5185 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-9/step-9.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-9/step-9.cc b/deal.II/examples/step-9/step-9.cc index c735d66bcc..9cb7545ec7 100644 --- a/deal.II/examples/step-9/step-9.cc +++ b/deal.II/examples/step-9/step-9.cc @@ -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 -- 2.39.5