From: bangerth Date: Sat, 28 Oct 2006 03:49:07 +0000 (+0000) Subject: Update a few markups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e13a450f2e83c4b57050112041aaab601d7f57;p=dealii-svn.git Update a few markups. git-svn-id: https://svn.dealii.org/trunk@14113 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index da07625896..27b90cd72b 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -61,8 +61,8 @@ // coefficient. Since it may have a spatial // dependence, we consider it a tensor-valued // function. The following include file - // provides the ``TensorFunction'' class that - // offers such functionality: + // provides the TensorFunction + // class that offers such functionality: #include // The last step is as in all @@ -70,34 +70,34 @@ using namespace dealii; - // @sect3{The ``TwoPhaseFlowProblem'' class} + // @sect3{The TwoPhaseFlowProblem class} // This is the main class of the program. It // is close to the one of step-20, but with a // few additional functions: // //