]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent a line.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 24 Oct 2017 04:19:13 +0000 (22:19 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 24 Oct 2017 04:19:13 +0000 (22:19 -0600)
examples/step-16/step-16.cc

index 32f7ef0630c30a353d0c15300fadc9b730f60b46..b7afd1728e0207895a84f531e79013c3cba80518 100644 (file)
@@ -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),

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.