From: bangerth Date: Wed, 12 Aug 2009 03:30:48 +0000 (+0000) Subject: Two minor markups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47651d9a3339963478ea94b2d737ede465b78407;p=dealii-svn.git Two minor markups. git-svn-id: https://svn.dealii.org/trunk@19229 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 6521e2339c..216f66dc3a 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -69,12 +69,12 @@ // introduction, an Epetra_Map // is the Trilinos data structure for the // definition of which part of a - // distributed vector is stored locally. + // distributed vector is stored locally: #include // Next, we import all deal.II - // names into global namespace + // names into global namespace: using namespace dealii; // @sect3{Equation data}