From 0eeb06014952ba89c484845b96c24d77a9826167 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 f4ab173345..db8524d9b5 100644 --- a/source/distributed/grid_refinement.cc +++ b/source/distributed/grid_refinement.cc @@ -467,7 +467,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 @@ -477,14 +477,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