From: Wolfgang Bangerth Date: Mon, 25 Mar 2013 14:10:40 +0000 (+0000) Subject: Formatting improvements. X-Git-Tag: v8.0.0~893 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943b4d0b7decca582c1c68863c55d5103bb6de6f;p=dealii.git Formatting improvements. git-svn-id: https://svn.dealii.org/trunk@29023 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index e11e6fab39..e018e89f44 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -2,7 +2,7 @@ /* Wolfgang Bangerth, Texas A&M University */ /* $Id$*/ /* */ -/* Copyright (C) 2009, 2011-2012 by the deal.II authors */ +/* Copyright (C) 2009, 2011-2013 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -298,7 +298,6 @@ namespace Step36 template unsigned int EigenvalueProblem::solve () { - // We start here, as we normally do, by assigning convergence control we // want: SolverControl solver_control (dof_handler.n_dofs(), 1e-9);