]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 24 May 2018 11:10:50 +0000 (13:10 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 24 May 2018 11:10:50 +0000 (13:10 +0200)
tests/matrix_free/matrix_vector_mf.h

index 41b1d253f19819e8101cd776f4a903542866adf9..c01b56300cc6007d7d702512d242802952bfa87a 100644 (file)
@@ -64,7 +64,7 @@ public:
 
   MatrixFreeTest(const MatrixFree<dim,Number> &data_in):
     data (data_in)
-  {};
+  {}
 
   void vmult (VectorType       &dst,
               const VectorType &src) const
@@ -76,7 +76,7 @@ public:
                              const std::pair<unsigned int,unsigned int> &)>
     wrap = helmholtz_operator<dim,fe_degree,VectorType,n_q_points_1d>;
     data.cell_loop (wrap, dst, src);
-  };
+  }
 
 private:
   const MatrixFree<dim,Number> &data;

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.