]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix documentation bug.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 23 Feb 2004 03:51:13 +0000 (03:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 23 Feb 2004 03:51:13 +0000 (03:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@8483 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/data_out_stack.h

index 2a9d5d75370db155aca55ef01b84a7b91cff40f5..e009a46675d162e894b347336d0dd2d03e5e2d09 100644 (file)
@@ -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 <int dim> class DoFHandler;
  *   solution_names.push_back ("u");
  *   solution_names.push_back ("v");
  *   data_out_stack.declare_data_vector (solution_names,
- *                                       DataOutStack<dim>::dof_data);
+ *                                       DataOutStack<dim>::dof_vector);
  *   data_out_stack.declare_data_vector ("error",
- *                                       DataOutStack<dim>::cell_data);
+ *                                       DataOutStack<dim>::cell_vector);
  *
  *                                  // now do computations
  *   for (double parameter=0; ...)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.