]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test. 1407/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Aug 2015 00:06:50 +0000 (19:06 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Aug 2015 00:06:50 +0000 (19:06 -0500)
This did not compile in 64-bit mode.

tests/fe/restrict_prolongation_01.cc

index ee1794b3e440316b9f1e8ec2e51cb810c308729e..21060e910796b85b90bb030864a0d4502a8f0738 100644 (file)
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------
  * $Id$
  *
- * Copyright (C) 1999 - 2013 by the deal.II authors
+ * Copyright (C) 1999 - 2013, 2015 by the deal.II authors
  *
  * This file is part of the deal.II library.
  *
@@ -74,7 +74,7 @@ check(const FiniteElement<dim, spacedim> &fe,
     FullMatrix<double> restriction_global(dpc,n_dofs);
     FullMatrix<double> prolongation_global(n_dofs,dpc);
 
-    std::vector<unsigned int> ldi (dpc);
+    std::vector<types::global_dof_index> ldi (dpc);
 
     //now create the matrix coarse to fine (prolongation)
     //and fine to coarse (restriction) with respect to all dofs

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.