From: Wolfgang Bangerth Date: Fri, 24 Jul 2015 15:58:35 +0000 (-0500) Subject: Update the numbers in a comment. X-Git-Tag: v8.4.0-rc2~727^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07507f799d8fd73e0265c4941ce7bcae8d95ffc8;p=dealii.git Update the numbers in a comment. --- 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