From 3da5246b08b42d170206808fc9ac1bd4e0f2e2eb Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 25 Mar 2013 14:10:40 +0000 Subject: [PATCH] Formatting improvements. git-svn-id: https://svn.dealii.org/trunk@29023 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-36/step-36.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.5