From 5d3dcfee4c70886997229943b083ed8a738bdf7a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 Jun 2010 16:29:54 +0000 Subject: [PATCH] Fix invalid doxygen reference. git-svn-id: https://svn.dealii.org/trunk@21146 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/mesh_worker.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/mesh_worker.h b/deal.II/deal.II/include/numerics/mesh_worker.h index 6f69b6adce..135617028e 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker.h +++ b/deal.II/deal.II/include/numerics/mesh_worker.h @@ -115,7 +115,7 @@ template class MGDoFHandler; * public: * template * void post_cell(const DoFInfoBox&); - * + * * template * void post_faces(const DoFInfoBox&); * @@ -196,8 +196,8 @@ namespace MeshWorker * appropriate values. Otherwise, you can fill the variables * #cell_quadrature, #boundary_quadrature and #face_quadrature directly. * - * In order to save time, you can set the variables #boundary_fluxes - * and #interior_fluxes of the base class to false, thus telling the + * In order to save time, you can set the variables boundary_fluxes + * and interior_fluxes of the base class to false, thus telling the * Meshworker::loop() not to loop over those faces. * * All the information in here is used to set up IntegrationInfo -- 2.39.5