From cfcea3a38306b0e9bd0e3f796634e1e5e8e17199 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 31 Aug 2012 20:18:27 +0000 Subject: [PATCH] fix wrong link to step in comment git-svn-id: https://svn.dealii.org/trunk@26201 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/local_integrators.h | 2 +- 1 file changed, 1 insertion(+), 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 22c28c070d..22cbef8a6a 100644 --- a/deal.II/include/deal.II/integrators/local_integrators.h +++ b/deal.II/include/deal.II/integrators/local_integrators.h @@ -141,7 +141,7 @@ 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. + * See step-39 for a worked out example of this code. * * @ingroup Integrators */ -- 2.39.5