From 43dfa4e980bba01531fc646e4c63ba7f4ffde845 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 2 Feb 2006 16:09:34 +0000 Subject: [PATCH] Update a number. git-svn-id: https://svn.dealii.org/trunk@12226 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-5/step-5.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5