From: kanschat Date: Wed, 2 Jul 2008 20:41:47 +0000 (+0000) Subject: this function DID get called directly and with default argument X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26746c8266f4466fd2170fc51544074b3369f53;p=dealii-svn.git this function DID get called directly and with default argument git-svn-id: https://svn.dealii.org/trunk@16419 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index d436889303..0a731611ea 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -945,6 +945,10 @@ MatrixCreator::create_boundary_mass_matrix (const Mapping &mapping, { const FiniteElement &fe = dof.get_fe(); const unsigned int n_components = fe.n_components(); + + if (component_mapping.size() == 0) + for (unsigned int i=0;i