From: Wolfgang Bangerth Date: Fri, 21 Aug 2015 00:06:50 +0000 (-0500) Subject: Fix a test. X-Git-Tag: v8.4.0-rc2~568^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1407%2Fhead;p=dealii.git Fix a test. This did not compile in 64-bit mode. --- diff --git a/tests/fe/restrict_prolongation_01.cc b/tests/fe/restrict_prolongation_01.cc index ee1794b3e4..21060e9107 100644 --- a/tests/fe/restrict_prolongation_01.cc +++ b/tests/fe/restrict_prolongation_01.cc @@ -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 &fe, FullMatrix restriction_global(dpc,n_dofs); FullMatrix prolongation_global(n_dofs,dpc); - std::vector ldi (dpc); + std::vector ldi (dpc); //now create the matrix coarse to fine (prolongation) //and fine to coarse (restriction) with respect to all dofs