]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make compile in 64bit mode. 766/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Apr 2015 22:46:26 +0000 (17:46 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Apr 2015 22:46:26 +0000 (17:46 -0500)
include/deal.II/fe/mapping_fe.h
source/fe/mapping_fe.cc

index 4f6c361579cd8ea2617ec1d97184ec6b5b36b752..308c0a82dbe4b6ca47d1e19c80bdff32df27e663 100644 (file)
@@ -565,7 +565,7 @@ private:
 
   mutable std::vector<double> local_dofs;
 
-  mutable std::vector<unsigned int> dof_indices;
+  mutable std::vector<types::global_dof_index> dof_indices;
 
   /**
    * Mutex to protect local_dofs.
index 0fd442d2401c3d35d48343adb7820070ec4bc208..3a67e89721281f931450c650269a58f916d923b6 100644 (file)
@@ -1327,7 +1327,7 @@ void MappingFE<dim,spacedim,DH,VECTOR>::update_euler_vector_using_triangulation
 
       MappingQ<dim,spacedim> map_q(fe->degree);
       FEValues<dim,spacedim> fe_v(map_q, *fe, quad, update_quadrature_points);
-      std::vector<unsigned int> dofs(fe->dofs_per_cell);
+      std::vector<types::global_dof_index> dofs(fe->dofs_per_cell);
 
       AssertDimension(fe->dofs_per_cell, support_points.size());
       Assert(fe->is_primitive(), ExcMessage("FE is not Primitive! This won't work."));

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.