]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix related tests 2753/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 3 Oct 2016 13:21:35 +0000 (15:21 +0200)
committerDaniel Arndt <d.arndt@math.uni-goettingen.de>
Mon, 3 Oct 2016 16:20:58 +0000 (18:20 +0200)
source/fe/fe_tools_extrapolate.cc

index 13e85c8ca2b79ed31b08e850b60fcf589564bf9e..eb11aa2c541ee1d1663ffe13228727aca9034e4e 100755 (executable)
@@ -1416,10 +1416,10 @@ namespace FETools
     namespace
     {
       template <class VectorType, class DH>
-      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

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.