From: Wolfgang Bangerth Date: Thu, 2 Feb 2006 16:09:34 +0000 (+0000) Subject: Update a number. X-Git-Tag: v8.0.0~12453 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43dfa4e980bba01531fc646e4c63ba7f4ffde845;p=dealii.git Update a number. git-svn-id: https://svn.dealii.org/trunk@12226 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-5/step-5.cc b/deal.II/examples/step-5/step-5.cc index 749bdcad84..b97f000020 100644 --- a/deal.II/examples/step-5/step-5.cc +++ b/deal.II/examples/step-5/step-5.cc @@ -243,8 +243,8 @@ void Coefficient::value_list (const std::vector > &points, // fast. // // On the other hand, all these - // checks (there are more than 2000 - // of them in the library) should + // checks (there are more than 4200 + // of them in the library at present) should // not slow down the program too // much, which is why the Assert // macro is only used in debug mode