From af1e7fb1c1ed0c2eb971667f75fe463358e477b2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 7 Oct 2011 23:03:53 +0000 Subject: [PATCH] Remove reference to the unfinished step-42. git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-1@24574 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/local_integrators.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/include/deal.II/integrators/local_integrators.h b/deal.II/include/deal.II/integrators/local_integrators.h index 1e4b5c71f1..c1b0ced60e 100644 --- a/deal.II/include/deal.II/integrators/local_integrators.h +++ b/deal.II/include/deal.II/integrators/local_integrators.h @@ -141,7 +141,6 @@ void MatrixIntegrator::cell( L2::cell_matrix(dinfo.matrix(2,false).matrix, info.fe_values(1)); } * @endcode - * See step-42 for a worked out example of this code. * * @ingroup Integrators */ -- 2.39.5