]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use a single space character rather than a string with a single space.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Dec 2008 23:51:01 +0000 (23:51 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Dec 2008 23:51:01 +0000 (23:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@17958 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index f2fff9e6f2b1839daefaa07aa8e7824b81d141d9..023ebd30bef8481602bd66b0b0e9b769a74c3dd1 100644 (file)
@@ -4698,11 +4698,11 @@ operator << (std::ostream                           &out,
                                   // then write all the data that is
                                   // in this patch
   for (unsigned int i=0; i<GeometryInfo<dim>::vertices_per_cell; ++i)
-    out << patch.vertices[GeometryInfo<dim>::ucd_to_deal[i]] << " ";
+    out << patch.vertices[GeometryInfo<dim>::ucd_to_deal[i]] << ' ';
   out << '\n';
 
   for (unsigned int i=0; i<GeometryInfo<dim>::faces_per_cell; ++i)
-    out << patch.neighbors[i] << " ";
+    out << patch.neighbors[i] << ' ';
   out << '\n';
 
   out << patch.patch_index << ' ' << patch.n_subdivisions

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.