From 246c2a0b1a1133e4408b7325e7cccd59c80a8fc3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Feb 2004 03:51:13 +0000 Subject: [PATCH] Fix documentation bug. git-svn-id: https://svn.dealii.org/trunk@8483 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out_stack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_out_stack.h b/deal.II/deal.II/include/numerics/data_out_stack.h index 2a9d5d7537..e009a46675 100644 --- a/deal.II/deal.II/include/numerics/data_out_stack.h +++ b/deal.II/deal.II/include/numerics/data_out_stack.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -77,9 +77,9 @@ template class DoFHandler; * solution_names.push_back ("u"); * solution_names.push_back ("v"); * data_out_stack.declare_data_vector (solution_names, - * DataOutStack::dof_data); + * DataOutStack::dof_vector); * data_out_stack.declare_data_vector ("error", - * DataOutStack::cell_data); + * DataOutStack::cell_vector); * * // now do computations * for (double parameter=0; ...) -- 2.39.5