From: bangerth Date: Thu, 2 Aug 2007 22:13:14 +0000 (+0000) Subject: Avoid unnecessary semicolons that trip up current gcc mainline versions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61981037be94b845fb62261914ada155f93feb12;p=dealii-svn.git Avoid unnecessary semicolons that trip up current gcc mainline versions git-svn-id: https://svn.dealii.org/trunk@14892 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_qmrs.h b/deal.II/lac/include/lac/solver_qmrs.h index 646ac72d62..446e50e415 100644 --- a/deal.II/lac/include/lac/solver_qmrs.h +++ b/deal.II/lac/include/lac/solver_qmrs.h @@ -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 double breakdown=1.e-16) : exact_residual(exact_residual), breakdown(breakdown) - {}; + {} /** * Flag for exact computation of residual.