]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation: Fix typos
authorMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 3 Dec 2013 18:29:16 +0000 (18:29 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 3 Dec 2013 18:29:16 +0000 (18:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@31862 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/coding_conventions.h

index f6fff10ef59e667e92badbcceae94b8a6fb84222..bb73ab74ab5ae2feef0e5231aa9e2d88450777a1 100644 (file)
@@ -141,7 +141,7 @@ we list here:
   <pre>
     Vector &
     operator += (Vector       &lhs,
-                 const Vector &rhs) {
+                 const Vector &rhs)
     {
       for (unsigned int i=0; i<lhs.size(); ++i)
         lhs(i) += rhs(i);
@@ -165,7 +165,7 @@ we list here:
   <pre>
     Vector &
     operator += (Vector       &lhs,
-                 const Vector &rhs) {
+                 const Vector &rhs)
     {
       Assert (lhs.size() == rhs.size(),
               ExcDimensionMismatch (lhs.size(), rhs.size());
@@ -210,7 +210,7 @@ we list here:
   follows:
   <code>
   <pre>
-    double norm (const Vector &v) {
+    double norm (const Vector &v)
     {
       double s = 0;
       for (unsigned int i=0; i<v.size(); ++i)

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.