From e6f1425416c1894c76b27d14643fb8be629dd0c9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 30 May 2012 13:43:01 +0000 Subject: [PATCH] Minor doc edit. git-svn-id: https://svn.dealii.org/trunk@25570 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/data_out_base.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/base/data_out_base.h b/deal.II/include/deal.II/base/data_out_base.h index f0fc486f74..a79adf59a7 100644 --- a/deal.II/include/deal.II/base/data_out_base.h +++ b/deal.II/include/deal.II/base/data_out_base.h @@ -2349,8 +2349,8 @@ class DataOutInterface : private DataOutBase const std::vector &piece_names) const; /** - * In ParaView it is possible to visualize time- - * dependent data tagged with the current + * In ParaView it is possible to visualize time-dependent + * data tagged with the current * integration time of a time dependent simulation. To use this * feature you need a .pvd * file that describes which VTU or PVTU file @@ -2367,7 +2367,7 @@ class DataOutInterface : private DataOutBase * std::vector@ @>): * * @code - * template + * template * void MyEquation::output_results () const * { * DataOut data_out; @@ -2389,7 +2389,7 @@ class DataOutInterface : private DataOutBase * @endcode * * @note See DataOutBase::write_vtu or - * DataOutBase::write_pvtu_record for + * DataOutInterface::write_pvtu_record for * writing solutions at each timestep. * * @note The second element of each pair, i.e., the file in which -- 2.39.5