From: Martin Kronbichler Date: Fri, 30 Aug 2013 08:45:35 +0000 (+0000) Subject: Fix one more typo. X-Git-Tag: v8.1.0~926 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921e763ebea7c7064885b127ff0990d0d6f758ef;p=dealii.git Fix one more typo. git-svn-id: https://svn.dealii.org/trunk@30534 0785d39b-7218-0410-832d-ea1e28bc413d --- 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