From d60139c7c0d05a024fbc687f7e8ec68737c76432 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 2 Oct 2013 15:06:52 +0000 Subject: [PATCH] Make it compile. git-svn-id: https://svn.dealii.org/trunk@31069 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index d17736a7a6..21b346060b 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1083,7 +1083,7 @@ namespace Step42 constraints_dirichlet_and_hanging_nodes.reinit(locally_relevant_dofs); constraints_dirichlet_and_hanging_nodes.merge(constraints_hanging_nodes); - if (base_mesh == box) + if (base_mesh == "box") { // interpolate all components of the solution VectorTools::interpolate_boundary_values(dof_handler, -- 2.39.5