]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify names with std::.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Feb 2014 14:05:06 +0000 (14:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Feb 2014 14:05:06 +0000 (14:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@32557 0785d39b-7218-0410-832d-ea1e28bc413d

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

index d7f65b44be06506e987c658983e7cd43b1980183..124377d7d50ce128717fcb1c858aa6faed6a5c55 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 1999 - 2013 by the deal.II authors
+// Copyright (C) 1999 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -79,7 +79,7 @@ template <int dim, int spacedim> class DoFHandler;
  *
  *                                  // first declare the vectors
  *                                  // to be used later
- *   vector<string> solution_names;
+ *   std::vector<std::string> solution_names;
  *   solution_names.push_back ("u");
  *   solution_names.push_back ("v");
  *   data_out_stack.declare_data_vector (solution_names,
@@ -178,7 +178,7 @@ public:
    * component and therefore more than one
    * name needs to be given. However, you
    * can also call this function with a
-   * <tt>vector<string></tt> containing only one
+   * <tt>std::vector@<std::string@></tt> containing only one
    * element if the finite element has
    * only one component.
    */
@@ -233,7 +233,7 @@ public:
    * component and therefore more than one
    * name needs to be given. However, you
    * can also call this function with a
-   * <tt>vector<string></tt> containing only one
+   * <tt>std::vector@<std::string@></tt> containing only one
    * element if the finite element has
    * only one component.
    *

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.