From: Marco Tezzele Date: Wed, 17 Jun 2015 14:57:55 +0000 (+0200) Subject: matrix dimensions X-Git-Tag: v8.3.0-rc1~105^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aeed56f6e9c10a73ba750b81917488afd43cd7d;p=dealii.git matrix dimensions --- diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 569cda39a3..56c7a5025f 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -7180,7 +7180,7 @@ namespace VectorTools const ComponentMask maskq(spacedim, true); get_position_vector(dhq, eulerq); - FullMatrix transfer(fe.dofs_per_cell, feq.dofs_per_cell); + FullMatrix transfer(fe.dofs_per_cell); const std::vector > &points = feq.get_unit_support_points(); // Here construct the interpolation matrix from FE_Q^spacedim to