From 26c790c010aac93f2b1b8e8b90e492b4aa4c2afe Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 7 Mar 2013 22:33:36 +0000 Subject: [PATCH] typo git-svn-id: https://svn.dealii.org/trunk@28803 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 fb1d30fca7..8142d182da 100644 --- a/deal.II/include/deal.II/meshworker/simple.h +++ b/deal.II/include/deal.II/meshworker/simple.h @@ -645,7 +645,7 @@ namespace MeshWorker inline void MatrixSimple::initialize_info(DOFINFO &info, bool face) const { - const unsigned int n = dof_info.indices_by_block.size(); + const unsigned int n = info.indices_by_block.size(); if (n == 0) info.initialize_matrices(1, face); -- 2.39.5