From: Guido Kanschat Date: Thu, 7 Mar 2013 22:33:36 +0000 (+0000) Subject: typo X-Git-Tag: v8.0.0~1076 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64b31f2e1c5cd3965131a1beb6d716e56e661aa;p=dealii.git typo git-svn-id: https://svn.dealii.org/trunk@28803 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 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);