From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:30:48 +0000 (+0000) Subject: Two minor markups. X-Git-Tag: v8.0.0~7339 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fa6ef6e30c83ba98a21d0bfcf3cb4065cdbb6a;p=dealii.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}