From: Wolfgang Bangerth Date: Wed, 2 Jun 2010 16:29:54 +0000 (+0000) Subject: Fix invalid doxygen reference. X-Git-Tag: v8.0.0~6088 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3dcfee4c70886997229943b083ed8a738bdf7a;p=dealii.git Fix invalid doxygen reference. git-svn-id: https://svn.dealii.org/trunk@21146 0785d39b-7218-0410-832d-ea1e28bc413d --- 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