From: kanschat Date: Thu, 7 Mar 2013 22:33:36 +0000 (+0000) Subject: typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c790c010aac93f2b1b8e8b90e492b4aa4c2afe;p=dealii-svn.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);