From: Wolfgang Bangerth Date: Tue, 26 Feb 2008 15:40:02 +0000 (+0000) Subject: Fix links. X-Git-Tag: v8.0.0~9369 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be412f1cf32beee99c793450154494e226f162f;p=dealii.git Fix links. git-svn-id: https://svn.dealii.org/trunk@15789 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_component_interpretation.h b/deal.II/deal.II/include/numerics/data_component_interpretation.h index 6e79cc06f0..b6a8f7d761 100644 --- a/deal.II/deal.II/include/numerics/data_component_interpretation.h +++ b/deal.II/deal.II/include/numerics/data_component_interpretation.h @@ -2,7 +2,7 @@ // $Id: data_out.h 15313 2007-10-14 01:28:54Z bangerth $ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -32,9 +32,9 @@ namespace DataComponentInterpretation * vector-valued data set mean. For * example, if one has a finite element * for the Stokes equations in 2d, - * representing components (u,v,p), one + * representing components $(u,v,p)$, one * would like to indicate that the first - * two, u and v, represent a logical + * two, $u$ and $v$, represent a logical * vector so that later on when we * generate graphical output we can hand * them off to a visualization program @@ -48,7 +48,7 @@ namespace DataComponentInterpretation * DataOut_DoFData::add_data_vector * functions, this can be achieved. * - * See the @ref step_22 "step-22" tutorial + * See the @ref step_31 "step-31" tutorial * program for an example on how this * information can be used in practice. * diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index 5ac1b47842..9dff1b34cb 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -97,7 +97,7 @@ template class FEValuesBase; * is logically an independent scalar field, or whether some of them together * form logically a vector-field (see the * DataComponentInterpretation::DataComponentInterpretation enum, and the @ref - * step_22 "step-22" tutorial program). + * step_31 "step-31" tutorial program). * * It should be noted that this class does not copy the vector given to it through * the add_data_vector() functions, for memory consumption reasons. It only