]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix constraint matrix test in 64 bit mode 4355/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 7 May 2017 07:38:28 +0000 (09:38 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 7 May 2017 07:38:28 +0000 (09:38 +0200)
tests/lac/constraints_local_to_global_rect.cc

index 091d8f1ff75a019fd4d80820b1307092d907bed1..52a800fbe337732ba8f19e8a28dd88ac47a25c8e 100644 (file)
@@ -48,7 +48,7 @@ void test ()
   cm2.add_entry(4, 5, 0.7);
   cm2.close();
 
-  std::vector<unsigned int> indices1(2), indices2(2);
+  std::vector<types::global_dof_index> indices1(2), indices2(2);
   indices1[0] = 1;
   indices1[1] = 2;
   indices2[0] = 4;

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.