From: Martin Kronbichler Date: Wed, 4 Apr 2012 18:11:40 +0000 (+0000) Subject: Make compile again. X-Git-Tag: v8.0.0~2702 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2064be6111bc74f4c4b554f7d888fb458b2017;p=dealii.git Make compile again. git-svn-id: https://svn.dealii.org/trunk@25382 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_system.cc b/deal.II/source/fe/fe_system.cc index f5e91881ae..38bccab0d1 100644 --- a/deal.II/source/fe/fe_system.cc +++ b/deal.II/source/fe/fe_system.cc @@ -394,7 +394,7 @@ FESystem::clone() const fes.push_back( & base_element(i) ); multiplicities.push_back(this->element_multiplicity(i) ); } - return new FESystem(fes, multiplicities); + return new FESystem(fes, multiplicities); }