]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid unnecessary semicola.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 20:23:13 +0000 (20:23 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 20:23:13 +0000 (20:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@6902 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index 4caf629948bf61158b7f98425a50190ebf9a7427..ce7d6628d164bfd58460549037514aa34861ba2d 100644 (file)
@@ -303,7 +303,7 @@ SolverGMRES<VECTOR>::SolverGMRES (SolverControl        &cn,
                                         const AdditionalData &data) :
                Solver<VECTOR> (cn,mem),
                additional_data(data)
-{};
+{}
 
 
 template <class VECTOR>
@@ -530,7 +530,7 @@ unsigned int dim = 0;
     throw SolverControl::NoConvergence (this->control().last_step(),
                                        this->control().last_value());
                                   // otherwise exit as normal
-};
+}
 
 
 template<class VECTOR>
@@ -542,7 +542,7 @@ SolverGMRES<VECTOR>::criterion ()
                                   // of gmres
   Assert (false, ExcInternalError());
   return 0;
-};
+}
 
 
 /*----------------------------   solver_pgmres.h     ---------------------------*/

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.