From 9615f676e1194bb1c231008263ae9e34118c33f5 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 28 Sep 2013 21:42:33 +0000 Subject: [PATCH] Make compile with 64-bit. git-svn-id: https://svn.dealii.org/trunk@31003 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 cafac823d0..04cdd6195b 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1338,7 +1338,7 @@ namespace Step42 && cell->face(face)->boundary_indicator() == 1) { fe_values_face.reinit(cell, face); - std::vector dof_indices(dofs_per_face); + std::vector dof_indices(dofs_per_face); cell->face(face)->get_dof_indices(dof_indices); for (unsigned int q_point = 0; q_point < n_face_q_points; -- 2.39.5