]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some more unnecessary semicolons. 7612/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 18 Jan 2019 20:18:25 +0000 (15:18 -0500)
committerDavid Wells <drwells@email.unc.edu>
Fri, 18 Jan 2019 20:18:25 +0000 (15:18 -0500)
examples/step-29/step-29.cc
source/lac/trilinos_sparse_matrix.cc

index b7f6b3be325f3a028e03868fb3835f01439cbc77..cc2d2b4590376fdf15037ca2c9f39b724563035f 100644 (file)
@@ -100,7 +100,8 @@ namespace Step29
   {
   public:
     DirichletBoundaryValues()
-      : Function<dim>(2){};
+      : Function<dim>(2)
+    {}
 
     virtual void vector_value(const Point<dim> &p,
                               Vector<double> &  values) const override;
index 62b73b1c75078bd686dc282f0db39c005d57b08a..9c874393b82f69e0f6934ff8aaceab000d42031d 100644 (file)
@@ -606,7 +606,8 @@ namespace TrilinosWrappers
     public:
       Epetra_CrsGraphMod(const Epetra_Map &row_map,
                          const int *       n_entries_per_row)
-        : Epetra_CrsGraph(Copy, row_map, n_entries_per_row, true){};
+        : Epetra_CrsGraph(Copy, row_map, n_entries_per_row, true)
+      {}
 
       void
       SetIndicesAreGlobal()

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.