]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix 64-bit dof type in test 6047/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 16 Mar 2018 11:00:21 +0000 (12:00 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 16 Mar 2018 11:01:30 +0000 (12:01 +0100)
tests/non_matching/coupling_05.cc

index 4b43d03781937953ed9a5663b023f41c981bba61..5310ccd0c8c63ca40c7065be7f5d1f84406e348e 100644 (file)
@@ -112,7 +112,7 @@ void test()
   {
     QGauss<dim> quad(4);
     FEValues<dim,spacedim> fev(fe, quad, update_values|update_JxW_values);
-    std::vector<unsigned int> dofs(fe.dofs_per_cell);
+    std::vector<types::global_dof_index> dofs(fe.dofs_per_cell);
     FullMatrix<double> cell_matrix(fe.dofs_per_cell, fe.dofs_per_cell);
     ConstraintMatrix constraints;
 

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.