From 07507f799d8fd73e0265c4941ce7bcae8d95ffc8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Jul 2015 10:58:35 -0500 Subject: [PATCH] Update the numbers in a comment. --- source/distributed/grid_refinement.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/distributed/grid_refinement.cc b/source/distributed/grid_refinement.cc index 714f255962..d3df2bad4a 100644 --- a/source/distributed/grid_refinement.cc +++ b/source/distributed/grid_refinement.cc @@ -451,7 +451,7 @@ namespace interesting_range[0] = interesting_range[1] = test_threshold; // terminate the iteration - // after 10 go-arounds. this + // after 25 go-arounds. this // is necessary because // oftentimes error // indicators on cells have @@ -461,14 +461,14 @@ namespace // the indicators in such a // way that we can achieve // the desired number of - // cells. using a max of 10 + // cells. using a max of 25 // iterations means that we // terminate the iteration - // after 10 steps if the + // after 25 steps if the // indicators were perfectly // badly distributed, and we // make at most a mistake of - // 1/2^10 in the number of + // 1/2^25 in the number of // cells flagged if // indicators are perfectly // equidistributed -- 2.39.5