]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile with 64-bit.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2013 21:42:33 +0000 (21:42 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 28 Sep 2013 21:42:33 +0000 (21:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@31003 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-42/step-42.cc

index cafac823d069ad71fde53bb51496424e5f62c3c6..04cdd6195b21a409e98a105b64f4573bccc5878b 100644 (file)
@@ -1338,7 +1338,7 @@ namespace Step42
               && cell->face(face)->boundary_indicator() == 1)
             {
               fe_values_face.reinit(cell, face);
-              std::vector<unsigned int> dof_indices(dofs_per_face);
+              std::vector<types::global_dof_index> 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;

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.