From: Wolfgang Bangerth Date: Tue, 21 Dec 2004 05:11:20 +0000 (+0000) Subject: Update number. X-Git-Tag: v8.0.0~14628 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5380ec6379f73de81616dd6ea80237b19cccd1d;p=dealii.git Update number. git-svn-id: https://svn.dealii.org/trunk@9860 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 6d96acc6f3..440c504290 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -374,7 +374,7 @@

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