From: Ralf Hartmann Date: Fri, 12 Jun 2009 05:34:22 +0000 (+0000) Subject: Fix comment (5729). X-Git-Tag: v8.0.0~7619 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead16f58fdecdfb58d5543de1e68d505d08481c6;p=dealii.git Fix comment (5729). git-svn-id: https://svn.dealii.org/trunk@18928 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 188b98e8d5..099f73c54e 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -9316,7 +9316,7 @@ namespace internal // the empirical value // allowed. if it is // too big, flag the - // cell for isotropic + // face for isotropic // refinement const double allowed=0.25;