From: bangerth Date: Fri, 26 Jul 2013 16:31:42 +0000 (+0000) Subject: Fix wrong link (thanks, Jean!). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbc4656f4b49fc5fd7343b66fe9236da23d04ba;p=dealii-svn.git Fix wrong link (thanks, Jean!). git-svn-id: https://svn.dealii.org/trunk@30162 0785d39b-7218-0410-832d-ea1e28bc413d --- 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(),