From a17cc914b8b184dd94ea75cdcfda75daef83c77c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Oct 2017 22:19:13 -0600 Subject: [PATCH] Reindent a line. --- examples/step-16/step-16.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dirichlet_boundary_ids; typename FunctionMap::type dirichlet_boundary_functions; - Functions::ZeroFunction homogeneous_dirichlet_bc (1); + Functions::ZeroFunction homogeneous_dirichlet_bc; dirichlet_boundary_ids.insert(0); dirichlet_boundary_functions[0] = &homogeneous_dirichlet_bc; VectorTools::interpolate_boundary_values (static_cast&>(dof_handler), -- 2.39.5