From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Tue, 24 Oct 2017 04:19:13 +0000 (-0600)
Subject: Reindent a line.
X-Git-Tag: v9.0.0-rc1~893^2~2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17cc914b8b184dd94ea75cdcfda75daef83c77c;p=dealii.git

Reindent a line.
---

diff --git a/examples/step-16/step-16.cc b/examples/step-16/step-16.cc
index 32f7ef0630..b7afd1728e 100644
--- a/examples/step-16/step-16.cc
+++ b/examples/step-16/step-16.cc
@@ -283,7 +283,7 @@ namespace Step16
 
     std::set<types::boundary_id>         dirichlet_boundary_ids;
     typename FunctionMap<dim>::type      dirichlet_boundary_functions;
-    Functions::ZeroFunction<dim>                    homogeneous_dirichlet_bc (1);
+    Functions::ZeroFunction<dim>         homogeneous_dirichlet_bc;
     dirichlet_boundary_ids.insert(0);
     dirichlet_boundary_functions[0] = &homogeneous_dirichlet_bc;
     VectorTools::interpolate_boundary_values (static_cast<const DoFHandler<dim>&>(dof_handler),