From 30d64f4fade1af37ddaea98306dcb7154958778d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Aug 2011 15:41:16 +0000 Subject: [PATCH] Don't explicitly reference private vectors since doxygen won't find them. git-svn-id: https://svn.dealii.org/trunk@24095 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/mesh_worker_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/mesh_worker_info.h b/deal.II/include/deal.II/numerics/mesh_worker_info.h index bdd8f2db01..0a14ef3dcb 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_info.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_info.h @@ -45,7 +45,7 @@ namespace MeshWorker * data models discussed in the Assembler namespace documentation. * * The choice of the local data model is triggered by the vector - * #BlockInfo::local_renumbering, which in turn is usually filled by + * BlockInfo::local_renumbering, which in turn is usually filled by * BlockInfo::initialize_local(). If this function has been used, or * the vector has been changed from zero-length, then local dof * indices stored in this object will automatically be renumbered to -- 2.39.5