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