From: Joerg Frohne Date: Wed, 21 Aug 2013 20:33:51 +0000 (+0000) Subject: Fix SystemSimple X-Git-Tag: v8.1.0~1018 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14800a83d58c4f0a0dffb15a86efde420695ed29;p=dealii.git Fix SystemSimple git-svn-id: https://svn.dealii.org/trunk@30387 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/meshworker/simple.h b/deal.II/include/deal.II/meshworker/simple.h index dc9d1264ad..e7a9c73544 100644 --- a/deal.II/include/deal.II/meshworker/simple.h +++ b/deal.II/include/deal.II/meshworker/simple.h @@ -1200,7 +1200,7 @@ namespace MeshWorker template inline void - MatrixSimple::initialize(const ConstraintMatrix &c) + SystemSimple::initialize(const ConstraintMatrix &c) { MatrixSimple::initialize(c); ResidualSimple::initialize(c);