From 86594919a9ef28d1d291b4775cd9895afca66b45 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 4 Feb 2002 16:42:50 +0000 Subject: [PATCH] Present number of assertions in code is actually around 2700, rather than only 2000. git-svn-id: https://svn.dealii.org/trunk@5469 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 7ed8fadedd..acbf7e7b9b 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -315,7 +315,7 @@

Besides the debugging output the compiler puts into the output, the library contains a great number of assertions (presently - about 2000) checking the validity of parameters to functions and + about 2700) checking the validity of parameters to functions and internal states. These assertions have proven to be an invaluable mean to finding programming bugs since they will almost always abort your program if something goes wrong. In our -- 2.39.5