From: Daniel Arndt Date: Mon, 3 Oct 2016 13:21:35 +0000 (+0200) Subject: Fix related tests X-Git-Tag: v8.5.0-rc1~615^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3a617dde139e7c8c8d38f242a65f52f69ab852;p=dealii.git Fix related tests --- diff --git a/source/fe/fe_tools_extrapolate.cc b/source/fe/fe_tools_extrapolate.cc index 13e85c8ca2..eb11aa2c54 100755 --- a/source/fe/fe_tools_extrapolate.cc +++ b/source/fe/fe_tools_extrapolate.cc @@ -1416,10 +1416,10 @@ namespace FETools namespace { template - void reinit_distributed(const DH &/*dh*/, - VectorType &/*vector*/) + void reinit_distributed(const DH &dh, + VectorType &vector) { - Assert(false, ExcNotImplemented()); + vector.reinit(dh.n_dofs()); } #ifdef DEAL_II_WITH_PETSC