From: Wolfgang Bangerth Date: Fri, 15 Jul 2016 03:06:18 +0000 (-0500) Subject: Work around a silly problem with doxygen. X-Git-Tag: v8.5.0-rc1~865^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7639d2a95a628487139718a70edaab46ad1908;p=dealii.git Work around a silly problem with doxygen. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 59b441aff0..a2c1667d76 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1316,7 +1316,7 @@ * No program is truly scalable in this theoretical sense. Rather, all programs * cease to scale once either $N$ or $P$ grows larger than certain limits. * We therefore often say things such as "the program scales up to - * 4,000 cores", or "the program scales up to $10^{8}$ unknowns". There are + * 4,000 cores", or "the program scales up to 100,000,000 unknowns". There are * a number of reasons why programs cannot scale without limit; these can * all be illustrated by just looking at the (relatively simple) step-17 * tutorial program: