]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix compilation with 64 bit integers
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Dec 2013 09:06:39 +0000 (09:06 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Dec 2013 09:06:39 +0000 (09:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@32129 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.templates.h

index cad23ec6b06653216a3251177d818971f3984a6d..13b1ffff0fefcf7c8ebdf4661c425f6166456391 100644 (file)
@@ -410,7 +410,7 @@ namespace VectorTools
 
     const unsigned int max_rep_points = *std::max_element(n_rep_points.begin(),
                                                           n_rep_points.end());
-    std::vector<unsigned int>                 dofs_on_cell(fe.max_dofs_per_cell());
+    std::vector< types::global_dof_index>     dofs_on_cell(fe.max_dofs_per_cell());
     std::vector< Point<DH::space_dimension> > rep_points(max_rep_points);
 
     std::vector< std::vector<double> >           function_values_scalar(fe.size());

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.