From: Wolfgang Bangerth Date: Sat, 28 Sep 2013 21:42:33 +0000 (+0000) Subject: Make compile with 64-bit. X-Git-Tag: v8.1.0~697 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9ea162e477aa11c93c684201385e3f445669d7;p=dealii.git Make compile with 64-bit. git-svn-id: https://svn.dealii.org/trunk@31003 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;