From 2f5c91728246dfe8e4d310f76d85582fc6550ba2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Jul 2013 16:31:42 +0000 Subject: [PATCH] Fix wrong link (thanks, Jean!). git-svn-id: https://svn.dealii.org/trunk@30162 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/data_postprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/data_postprocessor.h b/deal.II/include/deal.II/numerics/data_postprocessor.h index 0473525720..0260969acc 100644 --- a/deal.II/include/deal.II/numerics/data_postprocessor.h +++ b/deal.II/include/deal.II/numerics/data_postprocessor.h @@ -82,7 +82,7 @@ DEAL_II_NAMESPACE_OPEN * takes a solution that consists of velocity, pressure and temperature (dim+2 * components) and computes a variety of output quantities, some of which * are vector valued and some of which are scalar. On the other hand, - * in step-28 we implement a postprocessor that only computes the magnitude + * in step-29 we implement a postprocessor that only computes the magnitude * of a complex number given by a two-component finite element. It seems silly * to have to implement four virtual functions for this * (compute_derived_quantities_scalar() or compute_derived_quantities_vector(), -- 2.39.5