]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a few stray semicolons.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 03:31:19 +0000 (03:31 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 03:31:19 +0000 (03:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@27954 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.templates.h

index 322f756eef696a9b35b0270f5bf4ee89237e2713..15464c23aa219e457350e1a463b9362d79f6345e 100644 (file)
@@ -335,8 +335,8 @@ namespace VectorTools
             Assert (touch_count[local_dof_indices[j]] < numbers::internal_face_boundary_id,
                     ExcInternalError());
             ++touch_count[local_dof_indices[j]];
-          };
-      };
+          }
+      }
 
     // compute the mean value of the
     // sum which we have placed in each
@@ -347,7 +347,7 @@ namespace VectorTools
                 ExcInternalError());
 
         data_2(i) /= touch_count[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.