]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix evenb typo. 8462/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 6 Aug 2019 16:16:54 +0000 (10:16 -0600)
committerDavid Wells <drwells@email.unc.edu>
Tue, 6 Aug 2019 16:16:54 +0000 (10:16 -0600)
include/deal.II/base/utilities.h

index 8c728ceee18882c33a38c750b6a6e7188e938795..588fabf0e561ad126eb51773bfc4e5c62e54a2a3 100644 (file)
@@ -453,7 +453,7 @@ namespace Utilities
     // // we need to account for that.
     // const unsigned int prefactor = (iexp % 2 == 1) ? base : 1;
     //
-    // // a^b = (a*a)^(b/2)      for b evenb
+    // // a^b = (a*a)^(b/2)      for b even
     // // a^b = a*(a*a)^((b-1)/2 for b odd
     // return prefactor * dealii::Utilities::pow(base*base, iexp/2);
     // </code>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.