]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use correct data type also in 64-bit mode. 4792/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 12 Aug 2017 17:59:13 +0000 (11:59 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 12 Aug 2017 17:59:13 +0000 (11:59 -0600)
source/hp/dof_handler.cc

index 75123e9861f5d453d07c3f5da463abe378bbf2bc..058a4a566404586b76d2dea40224c05abb72193a 100644 (file)
@@ -1647,7 +1647,7 @@ namespace hp
     faces.reset ();
 
     vertex_dofs = std::move(std::vector<types::global_dof_index>());
-    vertex_dof_offsets = std::move (std::vector<types::global_dof_index>());
+    vertex_dof_offsets = std::move (std::vector<unsigned int>());
   }
 }
 

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.