From: Wolfgang Bangerth Date: Mon, 5 Oct 2009 00:18:26 +0000 (+0000) Subject: Cross-link to step-35 and step-32. X-Git-Tag: v8.0.0~6980 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6231c8fa8dde86a4821b362fb5b858c5799a5c1;p=dealii.git Cross-link to step-35 and step-32. git-svn-id: https://svn.dealii.org/trunk@19702 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/conditional_ostream.h b/deal.II/base/include/base/conditional_ostream.h index 9daefd908f..6262138126 100644 --- a/deal.II/base/include/base/conditional_ostream.h +++ b/deal.II/base/include/base/conditional_ostream.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -29,7 +29,8 @@ DEAL_II_NAMESPACE_OPEN * depending on the ConditionalOStream object being active (default) * or not. The condition of this object can be changed by * set_condition() and in the constructor. This class is used in the - * @ref step_17 "step-17", @ref step_18 "step-18", and @ref step_33 "step-33" + * @ref step_17 "step-17", @ref step_18 "step-18", @ref step_32 "step-32", + * @ref step_33 "step-33", and @ref step_35 "step-35" * tutorial programs. * * This class is mostly useful in parallel computations. Ordinarily, you would