]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile without C++11.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 May 2013 14:57:12 +0000 (14:57 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 May 2013 14:57:12 +0000 (14:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@29551 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/data_out_base.cc

index 00cbfd983b70271be179fadfed31b80c9d038e39..7aa1fa1d1d94117fa6fc4501aaac3265445750a8 100644 (file)
@@ -5584,9 +5584,9 @@ void DataOutBase::write_vtu_main (const std::vector<Patch<dim,spacedim> > &patch
 
 
 template <int dim, int spacedim>
-void DataOutBase::write_svg (const std::vector<Patch<dim,spacedim>> &patches,
+void DataOutBase::write_svg (const std::vector<Patch<dim,spacedim> > &patches,
                              const std::vector<std::string> &data_names,
-                             const std::vector<std_cxx1x::tuple<unsigned int, unsigned int, std::string>> &vector_data_ranges,
+                             const std::vector<std_cxx1x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                              const SvgFlags &flags,
                              std::ostream &out)
 {
@@ -5606,7 +5606,7 @@ void DataOutBase::write_svg (const std::vector<Patch<dim,spacedim>> &patches,
   double x_max, y_max, z_max;
   double x_dimension, y_dimension, z_dimension;
 
-  typename std::vector<Patch<dim,spacedim>>::const_iterator patch = patches.begin();
+  typename std::vector<Patch<dim,spacedim> >::const_iterator patch = patches.begin();
 
   unsigned int n_subdivisions = patch->n_subdivisions;
   unsigned int n = n_subdivisions + 1;

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.