From: wolf Date: Mon, 4 Feb 2002 16:42:50 +0000 (+0000) Subject: Present number of assertions in code is actually around 2700, rather X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86594919a9ef28d1d291b4775cd9895afca66b45;p=dealii-svn.git 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 --- 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