]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a few typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Feb 2007 02:59:47 +0000 (02:59 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Feb 2007 02:59:47 +0000 (02:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@14400 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h

index dd297142725a253129f11b8f549f55d62ed836f9..94d800c567c5f31d354ee87e858e8c1d19b0a6b4 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2591,8 +2591,8 @@ class DataOutInterface : private DataOutBase
     void set_flags (const VtkFlags &vtk_flags);
 
                                     /**
-                                     * Set the flags to be used for
-                                     * output in VTK format.
+                                     * Set the flags to be used for output in
+                                     * deal.II intermediate format.
                                      */
     void set_flags (const Deal_II_IntermediateFlags &deal_II_intermediate_flags);    
 
@@ -2783,11 +2783,10 @@ class DataOutInterface : private DataOutBase
     VtkFlags     vtk_flags;
 
                                     /**
-                                     * Flags to be used upon output
-                                     * of vtk data in one space
-                                     * dimension. Can be changed by
-                                     * using the <tt>set_flags</tt>
-                                     * function.
+                                     * Flags to be used upon output of
+                                     * deal.II intermediate data in one space
+                                     * dimension. Can be changed by using the
+                                     * <tt>set_flags</tt> function.
                                      */
     Deal_II_IntermediateFlags     deal_II_intermediate_flags;
 };
@@ -2830,7 +2829,7 @@ class DataOutInterface : private DataOutBase
  * into this object, you have to know the template parameters for the space
  * dimension which were used when writing the data. If this knowledge is
  * available at compile time, then this is no problem. However, if it is not
- * (such as in a simple format converted), then it needs to be figured out at
+ * (such as in a simple format converter), then it needs to be figured out at
  * run time, even though the compiler already needs it at compile time. A way
  * around using the DataOutBase::determine_intermediate_format_dimensions()
  * function is explained in @ref step_19 "step-19".

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.