From 27fa6ef6e30c83ba98a21d0bfcf3cb4065cdbb6a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:30:48 +0000 Subject: [PATCH] Two minor markups. git-svn-id: https://svn.dealii.org/trunk@19229 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.5