From 8b781c7896e34661ba56618e5456aa7fb17a35bb Mon Sep 17 00:00:00 2001 From: frohne Date: Wed, 21 Aug 2013 20:33:51 +0000 Subject: [PATCH] Fix SystemSimple git-svn-id: https://svn.dealii.org/trunk@30387 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/simple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5