]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid unnecessary semicolons that trip up current gcc mainline versions
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Aug 2007 22:13:14 +0000 (22:13 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Aug 2007 22:13:14 +0000 (22:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@14892 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_qmrs.h

index 646ac72d621198ed299a3f01dddd6b663fe009a0..446e50e415f629de177f86782b1f9be81414c58c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -96,7 +96,7 @@ class SolverQMRS : public Solver<VECTOR>
                       double breakdown=1.e-16) :
                        exact_residual(exact_residual),
                        breakdown(breakdown)
-         {};
+         {}
        
                                         /**
                                          * Flag for exact computation of residual.

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.