From 81c9f780594b4ec486f058c8d39af85d4923855c Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 30 Aug 2013 08:45:35 +0000 Subject: [PATCH] Fix one more typo. git-svn-id: https://svn.dealii.org/trunk@30534 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-48/step-48.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-48/step-48.cc b/deal.II/examples/step-48/step-48.cc index 2a7da28ac5..95d9d67d9d 100644 --- a/deal.II/examples/step-48/step-48.cc +++ b/deal.II/examples/step-48/step-48.cc @@ -345,7 +345,7 @@ namespace Step48 // dimensions of extent $[-15,15]$. We refine the mesh more in the center of // the domain since the solution is concentrated there. We first refine all // cells whose center is within a radius of 11, and then refine once more - // for a radius 6. This is simple ad hoc refinement could be done better by + // for a radius 6. This simple ad hoc refinement could be done better by // adapting the mesh to the solution using error estimators during the time // stepping as done in other example programs, and using // parallel::distributed::SolutionTransfer to transfer the solution to the -- 2.39.5