From: frohne Date: Wed, 21 Aug 2013 20:33:51 +0000 (+0000) Subject: Fix SystemSimple X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b781c7896e34661ba56618e5456aa7fb17a35bb;p=dealii-svn.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);