]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow a test to compile in 64bit mode. 3101/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 11 Sep 2016 10:33:45 +0000 (05:33 -0500)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 11 Sep 2016 10:33:45 +0000 (05:33 -0500)
tests/bits/block_vector_vector_01.cc

index 0e5f6ae01abaabd1aa111a1fa125a9cef4a1d022..de0a41b083de7dcb6b4c860d5fe0c34e2ee30a3e 100644 (file)
@@ -48,7 +48,7 @@ int main ()
 
   try
     {
-      std::vector<unsigned int> block_sizes(2, 50);
+      std::vector<types::global_dof_index> block_sizes(2, 50);
       BlockVector<double> v (block_sizes);
       test (v);
     }

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.