From 9adbef709363014d07f011e54f83b230e409d5cb Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 7 Jan 2014 13:57:17 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@32175 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_refinement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/grid_refinement.h b/deal.II/include/deal.II/grid/grid_refinement.h index 50564a586b..20162cd07d 100644 --- a/deal.II/include/deal.II/grid/grid_refinement.h +++ b/deal.II/include/deal.II/grid/grid_refinement.h @@ -60,7 +60,7 @@ namespace GridRefinement * *
    * - *
  1. Sort the cells according to descenting values of @p criteria. + *
  2. Sort the cells according to descending values of @p criteria. * *
  3. Set the refinement threshold to be the criterion belonging to * the cell at position @p top_fraction_of_cells times -- 2.39.5